Wooo! Fixed up remaining bugs in new syntax!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|int| sameVar;
|
||||
|int| sameFun() { return 5; }
|
||||
var sameVar: int;
|
||||
fun sameFun(): int { return 5; }
|
||||
typedef classTester {
|
||||
|int| method() { return 8; }
|
||||
fun method(): int { return 8; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user