Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun Int.get(index: Int) = 42
|
||||
|
||||
fun f() {
|
||||
1<caret>[2]
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in ROOT) fun kotlin.Int.get(index: kotlin.Int): kotlin.Int
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
fun Int.set(index: Int, value: Int) = value
|
||||
|
||||
fun f() {
|
||||
1<caret>[2] = 42
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in ROOT) fun kotlin.Int.set(index: kotlin.Int, value: kotlin.Int): kotlin.Int
|
||||
Reference in New Issue
Block a user