Files
kotlin-fork/idea/testData/quickfix/autoImports/beforeNamelessParameter.kt
T
2012-11-19 13:44:55 +04:00

7 lines
141 B
Kotlin

// "Import Class" "false"
// ERROR: Function 'f' must have a body
// ERROR: Unresolved reference: TTT
fun f(: Int) {
val t: TTT = null
}