1824f10f07
#KT-3933 Fixed
6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
fun foo(i: Int) { }
|
|
|
|
fun test() {
|
|
foo(<selection>1 + 2
|
|
- 3</selection>)
|
|
} |