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