8a9a3285de
#KT-13054 Fixed
7 lines
90 B
Kotlin
Vendored
7 lines
90 B
Kotlin
Vendored
fun foo(x: Boolean) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo(<selection>/* 1 */true/* 2 */</selection>)
|
|
} |