5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
// "Make 'i' not abstract" "true"
|
|
class A {
|
|
<caret>var i = 0
|
|
}
|