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