FIR IDE: enable passing completion tests

This commit is contained in:
Ilya Kirillov
2021-05-31 17:32:15 +02:00
committed by TeamCityServer
parent 88129c3354
commit 108176d0b6
15 changed files with 15 additions and 0 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package p package p
import java.lang.Character.* import java.lang.Character.*
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package Test package Test
import <caret> import <caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package Test package Test
import kotlin.<caret> import kotlin.<caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
class <caret> class <caret>
// EXIST: { lookupString: "TopLevelClassName1", itemText: "TopLevelClassName1" } // EXIST: { lookupString: "TopLevelClassName1", itemText: "TopLevelClassName1" }
@@ -1,3 +1,4 @@
// FIR_COMPARISON
object <caret> object <caret>
// EXIST: { lookupString: "TopLevelClassName6", itemText: "TopLevelClassName6" } // EXIST: { lookupString: "TopLevelClassName6", itemText: "TopLevelClassName6" }
@@ -1,3 +1,4 @@
// FIR_COMPARISON
fun foo(@kotlin.<caret>) { } fun foo(@kotlin.<caret>) { }
// INVOCATION_COUNT: 1 // INVOCATION_COUNT: 1
@@ -1,3 +1,4 @@
// FIR_COMPARISON
fun f<caret> fun f<caret>
// INVOCATION_COUNT: 0 // INVOCATION_COUNT: 0
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package b package b
import b.Bar.A.<caret> import b.Bar.A.<caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package b package b
import b.A.<caret> import b.A.<caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
import javax.swing.SwingUtilities import javax.swing.SwingUtilities
class A : SwingUtilities { class A : SwingUtilities {
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package testing package testing
import testing.some.someF<caret> import testing.some.someF<caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package testing package testing
import testing.some.someFun import testing.some.someFun
@@ -1,3 +1,4 @@
// FIR_COMPARISON
class Inheritor : Base() { class Inheritor : Base() {
init { init {
fooBa<caret> fooBa<caret>
@@ -1,3 +1,4 @@
// FIR_COMPARISON
class Inheritor : Base() { class Inheritor : Base() {
init { init {
fooBar() fooBar()
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package some package some
import other.someProp import other.someProp