This commit is contained in:
2020-11-19 13:00:42 -07:00
parent 8ee2fa5bca
commit 70917e5295
3 changed files with 48 additions and 2 deletions

View File

@@ -146,4 +146,8 @@ class BasicTestCase extends Test {
Assert.equals([[1, 2], [3, 4]].toString(), BasicTestCase.myGroups1().toString());
Assert.equals([[1, 2, 3], [4]].toString(), BasicTestCase.myGroups2().toString());
}
function testLet() {
_testLet();
}
}