7 lines
53 B
Kotlin
Vendored
7 lines
53 B
Kotlin
Vendored
// TRUE
|
|
|
|
class A {
|
|
init {
|
|
<caret>
|
|
}
|
|
} |