19d1532dc7
#KT-14021 Fixed
7 lines
132 B
Kotlin
Vendored
7 lines
132 B
Kotlin
Vendored
// "Add parameter to function 'foo'" "true"
|
|
// DISABLE-ERRORS
|
|
fun foo() {}
|
|
|
|
fun test(isObject: Boolean) {
|
|
foo(isObject<caret>)
|
|
} |