Support for comma operator in switch case statements

This commit is contained in:
Jindra Petřík
2021-01-23 14:16:11 +01:00
parent 89f78bf252
commit d11308ae3c
6 changed files with 116 additions and 20 deletions

View File

@@ -69,8 +69,9 @@ package
TestRest;
TestStrictEquals;
TestStringConcat;
TestStrings;
TestStrings;
TestSwitch;
TestSwitchComma;
TestSwitchDefault;
TestTernarOperator;
TestTry;