Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
// FILE: main.kt
|
||||
package nonRoot
|
||||
import java.lang.*
|
||||
|
||||
fun foo() {
|
||||
<caret>Fake()
|
||||
}
|
||||
|
||||
// FILE: java.java
|
||||
class java {
|
||||
class lang {
|
||||
class Fake()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user