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

7 lines
153 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
// ERROR: Unresolved reference: @String
fun refer() {
val v1 = this@String<caret>
}