Moving test data into java-specific folder

This commit is contained in:
Valentin Kipyatkov
2015-08-13 15:48:38 +03:00
parent ec7c55c9be
commit 9546e46ae0
18 changed files with 131 additions and 176 deletions
@@ -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