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
@@ -21,4 +21,3 @@ class Derived: Base {
}
// WITH_STDLIB
// FIR_COMPARISON
@@ -4,4 +4,3 @@ data class Person(val name: String) {
var age: Int = 0
}
// FIR_COMPARISON
@@ -9,4 +9,3 @@ interface KtInterface {
fun withoutBody()
}
// FIR_COMPARISON
@@ -9,4 +9,3 @@ interface KtInterface {
fun withoutBody()
}
// FIR_COMPARISON
@@ -28,5 +28,4 @@ inline class InlineInheritance(val v: Int) : I {
fun z() = 7
}
// FIR_COMPARISON
// COMPILATION_ERRORS
@@ -10,5 +10,4 @@ class C {
inline set(value) {}
}
// FIR_COMPARISON
// COMPILATION_ERRORS
-1
View File
@@ -23,4 +23,3 @@ class C {
fun foo(x: List<Int>) {}
}
// FIR_COMPARISON
@@ -14,4 +14,3 @@ class A {
@JvmSynthetic set
}
// FIR_COMPARISON
@@ -52,4 +52,3 @@ class Container {
fun <Q : Final> typeParameter(x: Out<Q>, y: In<Q>) {}
}
// FIR_COMPARISON