b03a297ed0
#KT-9326 Fixed
7 lines
157 B
Kotlin
Vendored
7 lines
157 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
|
// ERROR: Unresolved reference: @String
|
|
|
|
fun refer() {
|
|
val v1 = this@String<caret>
|
|
}
|