Refactor AbstractMultiFileJvmBasicCompletionTest to extend CompletionTestCase
Extract common code from JetFixtureCompletionBaseTestCase to CompletionTestUtil.kt Reason for this change is that I couldn't get the check that prohibits tree loading to work with fixture test case
This commit is contained in:
-1
@@ -2,6 +2,5 @@ fun main(args: Array<String>) {
|
||||
println(R.<caret>)
|
||||
}
|
||||
|
||||
// JAVA_FILE: JavaInnerClasses.java
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: layout
|
||||
-1
@@ -7,5 +7,4 @@ fun test() {
|
||||
|
||||
/* KT-3779, KT-2821 */
|
||||
// INVOCATION_COUNT: 2
|
||||
// JAVA_FILE: javapackage/Bar.java
|
||||
// EXIST: Bar
|
||||
Reference in New Issue
Block a user