(new [type] ...)

This commit is contained in:
2020-11-19 20:08:33 -07:00
parent 2176c16078
commit 10ae0b1089
5 changed files with 31 additions and 11 deletions

View File

@@ -151,4 +151,8 @@ class BasicTestCase extends Test {
function testLet() {
_testLet();
}
function testConstructors() {
Assert.equals("sup", BasicTestCase.myConstructedString);
}
}