Analysis: remove // FIR_COMPARISON form LC testdata as LC tests are moved from IJ

This commit is contained in:
Ilya Kirillov
2021-12-23 16:17:07 +03:00
parent 4e58dc3467
commit 62c9a7888b
32 changed files with 0 additions and 32 deletions
@@ -4,4 +4,3 @@ suspend fun doSomething(foo: String): Int { TODO() }
fun <T> async(block: suspend () -> T) { TODO() }
// WITH_STDLIB
// FIR_COMPARISON
@@ -3,4 +3,3 @@ import kotlin.jvm.JvmName as JS
@JS("notFoo") fun foo() {}
// FIR_COMPARISON
@@ -3,5 +3,4 @@ val a: Collection<*> = emptyList()
@JvmField
var b: Int = 1
// FIR_COMPARISON
// COMPILATION_ERRORS
-1
View File
@@ -21,4 +21,3 @@ fun foo(x: List<String>) {}
@JvmName("fooInt")
fun foo(x: List<Int>) {}
// FIR_COMPARISON