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