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
@@ -16,6 +16,5 @@ class Test(@get:MyAnnotation @set:MyAnnotation2 @setparam:MyAnnotation3 @propert
set(value) {} set(value) {}
} }
// FIR_COMPARISON
// SKIP_SANITY_TEST // SKIP_SANITY_TEST
// SKIP_IDE_TEST // SKIP_IDE_TEST
@@ -18,4 +18,3 @@ class Wrapper {
class G class G
// LAZINESS:NoLaziness // LAZINESS:NoLaziness
// FIR_COMPARISON
@@ -13,4 +13,3 @@ interface I {
} }
// LAZINESS:NoLaziness // LAZINESS:NoLaziness
// FIR_COMPARISON
-1
View File
@@ -11,4 +11,3 @@ interface I {
} }
// LAZINESS:NoLaziness // LAZINESS:NoLaziness
// FIR_COMPARISON
@@ -22,4 +22,3 @@ class A {
} }
} }
// FIR_COMPARISON
@@ -1,5 +1,4 @@
// p.ActualTypeAliasKt // p.ActualTypeAliasKt
// FIR_COMPARISON
package p package p
actual typealias B = List<Int> actual typealias B = List<Int>
@@ -5,5 +5,4 @@ package p
actual typealias B = List<Int> actual typealias B = List<Int>
// FIR_COMPARISON
// SKIP_IDE_TEST // SKIP_IDE_TEST
@@ -12,4 +12,3 @@ class A {
var c: String = "" var c: String = ""
} }
// FIR_COMPARISON
@@ -1,5 +1,4 @@
// p.B // p.B
// FIR_COMPARISON
package p package p
@@ -1,5 +1,4 @@
// p.B // p.B
// FIR_COMPARISON
package p package p
@@ -1,5 +1,4 @@
// p.B.Nested // p.B.Nested
// FIR_COMPARISON
package p package p
@@ -1,5 +1,4 @@
// p.B.Nested // p.B.Nested
// FIR_COMPARISON
package p package p
@@ -7,5 +7,4 @@ fun f() {
} }
// FIR_COMPARISON
// SKIP_IDE_TEST // SKIP_IDE_TEST
@@ -1,6 +1,5 @@
// Validation // Validation
// See KT-24323 // See KT-24323
// FIR_COMPARISON
@Retention(AnnotationRetention.RUNTIME /* ) was removed */ @Retention(AnnotationRetention.RUNTIME /* ) was removed */
annotation class Validation() annotation class Validation()
@@ -6,5 +6,4 @@ fun foo() {
} }
// FIR_COMPARISON
// SKIP_IDE_TEST // SKIP_IDE_TEST
@@ -46,5 +46,4 @@ class Container {
} }
} }
// FIR_COMPARISON
// COMPILATION_ERRORS // COMPILATION_ERRORS
@@ -11,5 +11,4 @@ class C : A() {
} }
// LAZINESS:NoLaziness // LAZINESS:NoLaziness
// FIR_COMPARISON
// COMPILATION_ERRORS // COMPILATION_ERRORS
@@ -38,4 +38,3 @@ class Class {
lateinit var lateInitVar: String lateinit var lateInitVar: String
} }
// FIR_COMPARISON
@@ -8,4 +8,3 @@ class PlatformTypes {
fun bothNotNull() = Collections.emptyList<String>()!! fun bothNotNull() = Collections.emptyList<String>()!!
} }
// FIR_COMPARISON
@@ -21,4 +21,3 @@ class Derived: Base {
} }
// WITH_STDLIB // WITH_STDLIB
// FIR_COMPARISON
@@ -4,4 +4,3 @@ data class Person(val name: String) {
var age: Int = 0 var age: Int = 0
} }
// FIR_COMPARISON
@@ -9,4 +9,3 @@ interface KtInterface {
fun withoutBody() fun withoutBody()
} }
// FIR_COMPARISON
@@ -9,4 +9,3 @@ interface KtInterface {
fun withoutBody() fun withoutBody()
} }
// FIR_COMPARISON
@@ -28,5 +28,4 @@ inline class InlineInheritance(val v: Int) : I {
fun z() = 7 fun z() = 7
} }
// FIR_COMPARISON
// COMPILATION_ERRORS // COMPILATION_ERRORS
@@ -10,5 +10,4 @@ class C {
inline set(value) {} inline set(value) {}
} }
// FIR_COMPARISON
// COMPILATION_ERRORS // COMPILATION_ERRORS
-1
View File
@@ -23,4 +23,3 @@ class C {
fun foo(x: List<Int>) {} fun foo(x: List<Int>) {}
} }
// FIR_COMPARISON
@@ -14,4 +14,3 @@ class A {
@JvmSynthetic set @JvmSynthetic set
} }
// FIR_COMPARISON
@@ -52,4 +52,3 @@ class Container {
fun <Q : Final> typeParameter(x: Out<Q>, y: In<Q>) {} fun <Q : Final> typeParameter(x: Out<Q>, y: In<Q>) {}
} }
// FIR_COMPARISON
@@ -4,4 +4,3 @@ suspend fun doSomething(foo: String): Int { TODO() }
fun <T> async(block: suspend () -> T) { TODO() } fun <T> async(block: suspend () -> T) { TODO() }
// WITH_STDLIB // WITH_STDLIB
// FIR_COMPARISON
@@ -3,4 +3,3 @@ import kotlin.jvm.JvmName as JS
@JS("notFoo") fun foo() {} @JS("notFoo") fun foo() {}
// FIR_COMPARISON
@@ -3,5 +3,4 @@ val a: Collection<*> = emptyList()
@JvmField @JvmField
var b: Int = 1 var b: Int = 1
// FIR_COMPARISON
// COMPILATION_ERRORS // COMPILATION_ERRORS
-1
View File
@@ -21,4 +21,3 @@ fun foo(x: List<String>) {}
@JvmName("fooInt") @JvmName("fooInt")
fun foo(x: List<Int>) {} fun foo(x: List<Int>) {}
// FIR_COMPARISON