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