KT-9326 IDE tries to resolve name in qualified this to any class in project/classpath
#KT-9326 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
||||
// ERROR: Unresolved reference: @String
|
||||
|
||||
fun refer() {
|
||||
val v1 = this@String<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user