KT-9326 IDE tries to resolve name in qualified this to any class in project/classpath

#KT-9326 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-02 19:22:55 +03:00
parent dda9476793
commit b03a297ed0
4 changed files with 56 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
// ERROR: Unresolved reference: @String
fun refer() {
val v1 = this@String<caret>
}