fix corner case in unused (#5090)

fixes #5089
This commit is contained in:
Alex Lam S.L
2021-07-20 18:10:58 +01:00
committed by GitHub
parent 85968dee54
commit 8926a2f327
4 changed files with 58 additions and 5 deletions

View File

@@ -193,9 +193,9 @@ evaluate: {
} while (false);
}
expect: {
for(;;)
for (;;)
a();
for(;;)
for (;;)
c();
d();
}