FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun x() {
|
||||
val z = jav<caret>a.util.ArrayList()
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: package java
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun x() {
|
||||
val z = java.uti<caret>l.ArrayList()
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: package java.util
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun x() {
|
||||
val z = kotli<caret>n.text.toString()
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: package kotlin
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun x() {
|
||||
val z = kotlin.tex<caret>t.toString()
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: package kotlin.text
|
||||
Reference in New Issue
Block a user