Files
kotlin/idea/testData/parameterInfo/functionCall/LocalFunctionBug.kt
2015-10-07 23:09:54 +03:00

9 lines
182 B
Kotlin
Vendored

fun foo() {
fun fff(p: String, c: Char) {}
fff(<caret>)
}
// TYPE: "1, "
//Text: (p: String, <highlight>c: Char</highlight>), Disabled: true, Strikeout: false, Green: true