Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
private val i: Int = 1
|
||||
}
|
||||
|
||||
fun test(a: A) {
|
||||
a.<caret>i
|
||||
}
|
||||
Reference in New Issue
Block a user