Merge pull request #19 from leinad59/main-2

fix: add missing curly brackets
This commit is contained in:
Ruan YiFeng
2023-08-10 17:10:39 +08:00
committed by GitHub

View File

@@ -642,6 +642,7 @@ function fail():Error {
const sing = function():never {
while (true) {
console.log('sing');
}
};
```