8 lines
100 B
Kotlin
Vendored
8 lines
100 B
Kotlin
Vendored
// TARGET:
|
|
class A(a: Int) {
|
|
fun foo() = <selection>1 + 2</selection>
|
|
}
|
|
|
|
fun test() {
|
|
A(1)
|
|
} |