Files
kotlin-fork/idea/testData/quickfix/autoImports/beforeNamelessProperty.kt
T

8 lines
192 B
Kotlin

// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
// ERROR: Unresolved reference: TTT
val : Int
get() {
val t : TTT = null
return 1
}