Refactor AbstractHighLevelMultiFileJvmBasicCompletionTest
Use `KotlinFixtureCompletionBaseTestCase` base because it can override `getProjectDescriptor`, so the tests will see full JDK Without it, there were problems when classes from JDK appeared in the completion (`Serialization`, for example)
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
val String.extensionProp1: Int get() = 1
|
||||
val String.extensionProp2: Int get() = 1
|
||||
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// FIR_COMPARISON
|
||||
// NUMBER: 3
|
||||
// EXIST: foo.txt
|
||||
// EXIST: bar.txt
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
// this test tests correct substitution equality checking for generic functions
|
||||
import java.io.InputStreamReader
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
package first
|
||||
|
||||
class C {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
package first
|
||||
|
||||
fun firstFun() {
|
||||
|
||||
Reference in New Issue
Block a user