Update tests after switching to LV 1.9
This commit is contained in:
committed by
Space Team
parent
66544a4e00
commit
88efa6bfb6
+2
-2
@@ -32,9 +32,9 @@ inline class ReservedMembersMfvc(val x: Int, val y: Int) {
|
||||
|
||||
inline class SecondaryConstructors(val x: Int) {
|
||||
constructor(y: String) : this(5)
|
||||
constructor(x: Int, y: String) : this(x) <!SECONDARY_CONSTRUCTOR_WITH_BODY_INSIDE_VALUE_CLASS!>{
|
||||
constructor(x: Int, y: String) : this(x) {
|
||||
|
||||
}<!>
|
||||
}
|
||||
}
|
||||
|
||||
<!VALUE_CLASS_WITHOUT_JVM_INLINE_ANNOTATION!>value<!> class WithInner(val x: String) {
|
||||
|
||||
-18
@@ -16857,12 +16857,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("objectInEnum.kt")
|
||||
public void testObjectInEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/objectInEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ordinal.kt")
|
||||
public void testOrdinal() throws Exception {
|
||||
@@ -20426,12 +20420,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt47744.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48445.kt")
|
||||
public void testKt48445() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt48445.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48633.kt")
|
||||
public void testKt48633() throws Exception {
|
||||
@@ -20444,12 +20432,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt49887.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50520.kt")
|
||||
public void testKt50520() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt50520.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51988.kt")
|
||||
public void testKt51988() throws Exception {
|
||||
|
||||
Generated
-6
@@ -232,12 +232,6 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/kt43217.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44013.kt")
|
||||
public void testKt44013() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/kt44013.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45853.kt")
|
||||
public void testKt45853() throws Exception {
|
||||
|
||||
-6
@@ -232,12 +232,6 @@ public class LightTreeFir2IrTextTestGenerated extends AbstractLightTreeFir2IrTex
|
||||
runTest("compiler/testData/ir/irText/classes/kt43217.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44013.kt")
|
||||
public void testKt44013() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/kt44013.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45853.kt")
|
||||
public void testKt45853() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user