Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
|
||||
@Deprecated("don't use i", level = DeprecationLevel.HIDDEN)
|
||||
val i: Int = 1
|
||||
|
||||
fun test() {
|
||||
<caret>i
|
||||
}
|
||||
Reference in New Issue
Block a user