7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
|
var sameVar: int;
|
|
fun sameFun(): int { return 6; }
|
|
typedef classTester {
|
|
fun method(): int { return 9; }
|
|
}
|