Use common infrastructure for JetMultifileBasicCompletionTest

This commit is contained in:
Pavel V. Talanov
2014-04-01 15:14:01 +04:00
parent 4275fa9cd3
commit 4c634d5c67
7 changed files with 76 additions and 65 deletions
@@ -8,4 +8,5 @@ fun firstFun() {
a.<caret>
}
// INVOCATION_COUNT: 2
// EXIST: secondExtension
@@ -2,4 +2,6 @@ fun main(args: Array<String>) {
println(R.<caret>)
}
// JAVA_FILE: JavaInnerClasses.java
// INVOCATION_COUNT: 1
// EXIST: layout
@@ -6,5 +6,6 @@ fun test() {
}
/* KT-3779, KT-2821 */
// INVOCATION_COUNT: 2
// JAVA_FILE: javapackage/Bar.java
// EXIST: Bar