Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
removeParameterNotAvailableForBuiltins.kt
blob: c2db8798914dbd9de829f39bd7599882fd9a95b3 [
file
] [
log
] [
blame
]
// "class org.jetbrains.kotlin.idea.quickfix.ChangeFunctionSignatureFix" "false"
// ERROR: No value passed for parameter 'other'
fun f
(
d
:
Boolean
)
{
d
.
or
(<
caret
>)
}