Files
kotlin-fork/idea/testData/quickfix/autoImports/namelessProperty.kt
T
Valentin Kipyatkov 9cddd0d1a4 Renamed classes
2016-08-29 13:38:17 +03:00

8 lines
172 B
Kotlin
Vendored

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