7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
class A(a: Int) {
|
|
val x = <selection>1 + 2</selection>
|
|
}
|
|
|
|
fun test() {
|
|
A(1)
|
|
} |