Files
kotlin-fork/idea/testData/quickfix/autoImports/namelessProperty.kt
T
2015-10-05 15:33:45 +03:00

8 lines
176 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
// ERROR: Unresolved reference: TTT
val : Int
get() {
val t : TTT = null
return 1
}