[FIR IDE] Enable passing completion tests

This commit is contained in:
Igor Yakovlev
2021-05-03 19:17:00 +02:00
committed by TeamCityServer
parent 37ccab4e23
commit 966743c704
13 changed files with 19 additions and 9 deletions
@@ -14,3 +14,4 @@ class A() : Test.SubTest.AnotherTest.<caret> {
// EXIST: TestClass
// ABSENT: globalFun
// ABSENT: globalProp
// FIR_COMPARISON
@@ -10,3 +10,4 @@ class Some(testParam : Int) {
}
// EXIST: testParam, testExternal, testing
// FIR_COMPARISON
@@ -8,4 +8,4 @@ class Some(someParam : Int) {
}
// EXIST: some, someInternal, someParam
// FIR_COMPARISON
@@ -9,3 +9,4 @@ val test : Int get() {
}
// EXIST: testGlobal, test, testParam
// FIR_COMPARISON
@@ -12,3 +12,4 @@ class A(val prop: Int, arg: Int) {
// EXIST: prop, abc, another, foo, local, topLevel
// ABSENT: arg
// FIR_COMPARISON
@@ -1,7 +1,7 @@
// FIR_COMPARISON
val v = 1
enum class class InlineOption {
enum class InlineOption {
A, B
}
@@ -1,6 +1,6 @@
val v = 1
enum class class InlineOption {
enum class InlineOption {
A, B
}
@@ -4,4 +4,5 @@ class X {
<caret>
}
}
// EXIST: y
// EXIST: y
// FIR_COMPARISON
@@ -2,4 +2,5 @@ package kttesting<caret>.util
// Test that there won't be package with completion fake suffix
// NUMBER: 0
// NUMBER: 0
// FIR_COMPARISON
@@ -17,4 +17,5 @@ fun topLevelFun(param: T) {
}
// EXIST: firstVariable, param, constructorParam, localClassField
// ABSENT: secondVariable
// ABSENT: secondVariable
// FIR_COMPARISON
@@ -17,4 +17,5 @@ fun topLevelFun(param: T) {
}
// EXIST: firstVariable, param, localClassField, localParam
// ABSENT: secondVariable
// ABSENT: secondVariable
// FIR_COMPARISON