FIR IDE: mute test which fails as we have no decalration name completion

This commit is contained in:
Ilya Kirillov
2021-05-18 15:08:25 +02:00
committed by TeamCityServer
parent 0739f6974f
commit c81a9c9d18
6 changed files with 0 additions and 6 deletions
@@ -1,4 +1,3 @@
// FIR_COMPARISON
fun test() {
val <caret>
}
@@ -1,4 +1,3 @@
// FIR_COMPARISON
fun f<caret>
// INVOCATION_COUNT: 0
@@ -1,4 +1,3 @@
// FIR_COMPARISON
fun <T> <caret>
// INVOCATION_COUNT: 0
@@ -1,4 +1,3 @@
// FIR_COMPARISON
val <T> <caret>
// INVOCATION_COUNT: 0
@@ -1,4 +1,3 @@
// FIR_COMPARISON
var <T> <caret>
// INVOCATION_COUNT: 0
@@ -1,4 +1,3 @@
// FIR_COMPARISON
var <caret>
// INVOCATION_COUNT: 0