fix: add missing curly brackets

This commit is contained in:
Daniel
2023-08-10 15:27:10 +08:00
committed by GitHub
parent f27936778c
commit 0b1d6d6fff

View File

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