9 lines
106 B
Kotlin
Vendored
9 lines
106 B
Kotlin
Vendored
class A(a: Int) {
|
|
init {
|
|
val t = <selection>1 + 2</selection>
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
A(1)
|
|
} |