Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
package test
|
||||
|
||||
class A
|
||||
|
||||
class Many {
|
||||
companion object {
|
||||
val x = A()
|
||||
}
|
||||
|
||||
companion object {
|
||||
val y = <caret>A()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user