Analysis: remove // FIR_COMPARISON form LC testdata as LC tests are moved from IJ
This commit is contained in:
@@ -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
|
||||
|
||||
-1
@@ -9,4 +9,3 @@ interface KtInterface {
|
||||
fun withoutBody()
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Vendored
-1
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user