Files
kotlin-fork/idea/testData/completion/basic/common/FunctionLiteralParameterName4.kt
T
Valentin Kipyatkov 4fd417d419 Fixing code completion in function literal parameters
#KT-4047 Fixed
 #KT-5877 Fixed
2014-10-22 15:49:12 +04:00

6 lines
61 B
Kotlin

fun bar() {
val handler = { i, <caret> }
}
// NUMBER: 0