Allow type hints on functions and vars
This commit is contained in:
@@ -127,4 +127,8 @@ class BasicTestCase extends Test {
|
||||
seasonsGreetings += "ho ";
|
||||
}));
|
||||
}
|
||||
|
||||
function testTypedDefvar() {
|
||||
Assert.equals(8, BasicTestCase.myInt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user