7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
// "Add primary constructor to A" "true"
|
|
package a
|
|
|
|
class A() {
|
|
var i : Int = <caret>1
|
|
}
|