FIR IDE: fix package reference resolve
This commit is contained in:
committed by
TeamCityServer
parent
d76ec9db50
commit
df93dc91d1
+4
@@ -0,0 +1,4 @@
|
||||
fun x() {
|
||||
val z = jav<caret>a.util.ArrayList()
|
||||
}
|
||||
// REF: java
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun x() {
|
||||
val z = java.uti<caret>l.ArrayList()
|
||||
}
|
||||
// REF: util
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun x() {
|
||||
val z = kotli<caret>n.text.toString()
|
||||
}
|
||||
// REF: kotlin
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun x() {
|
||||
val z = kotlin.tex<caret>t.toString()
|
||||
}
|
||||
// REF: text
|
||||
Reference in New Issue
Block a user