Moving test data into subfolders
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
object O {
|
||||
private val zzzz = 0
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
O.z<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user