5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
class Tester : Inheritor() {
|
|
fun test(): Int {
|
|
return x
|
|
}
|
|
} |