This commit is contained in:
dcode
2019-03-27 15:05:45 +01:00
parent bb1609c9ea
commit f7ad5f85ca
15 changed files with 9983 additions and 1295 deletions

View File

@ -4,3 +4,4 @@ export function test(): i32 {
var a = new A();
return 3;
}
// Expect error: AS214