8 lines
75 B
Kotlin
Vendored
8 lines
75 B
Kotlin
Vendored
class A {
|
|
constructor() {
|
|
a = 1
|
|
}
|
|
|
|
val a<caret>: Int
|
|
}
|