7 lines
170 B
Kotlin
Vendored
7 lines
170 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ChangeFunctionSignatureFix" "false"
|
|
// ERROR: No value passed for parameter 'other'
|
|
|
|
fun f(d: Boolean) {
|
|
d.or(<caret>)
|
|
}
|