Moving test data into java-specific folder
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
fun foo(thread: Thread) {
|
||||
thread.<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: { lookupString: "priority", itemText: "priority", tailText: " (from getPriority()/setPriority())", typeText: "Int" }
|
||||
// EXIST: getPriority
|
||||
// EXIST: setPriority
|
||||
Reference in New Issue
Block a user