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