Analysis: remove // FIR_COMPARISON form LC testdata as LC tests are moved from IJ
This commit is contained in:
@@ -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
|
||||
@@ -21,4 +21,3 @@ fun foo(x: List<String>) {}
|
||||
@JvmName("fooInt")
|
||||
fun foo(x: List<Int>) {}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user