8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
|
var sameVar: int;
|
|
fun sameFun(): int { return 5; }
|
|
obj classTester {
|
|
fun method(): int { return 8; }
|
|
}
|
|
|