5 lines
68 B
Kotlin
5 lines
68 B
Kotlin
// "Make 'i' not abstract" "true"
|
|
class A() {
|
|
var i : Int = 0
|
|
}
|