7 lines
83 B
Kotlin
Vendored
7 lines
83 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class A {
|
|
init {
|
|
val x: Int = 1<caret>
|
|
}
|
|
} |