Changed from typedef to obj and def
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
var sameVar: int;
|
||||
fun sameFun(): int { return 5; }
|
||||
typedef classTester {
|
||||
obj classTester {
|
||||
fun method(): int { return 8; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user