[test] Split KMP IR text tests onto K1-only and K2-only groups
^KT-60390
This commit is contained in:
committed by
Space Team
parent
79c300209e
commit
0b3d64719f
+21
-21
@@ -1032,45 +1032,45 @@ public class FirLightTreeJvmIrTextTestGenerated extends AbstractFirLightTreeJvmI
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/ir/FirPsiJvmIrTextTestGenerated.java
Generated
+21
-21
@@ -1032,45 +1032,45 @@ public class FirPsiJvmIrTextTestGenerated extends AbstractFirPsiJvmIrTextTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
-33
@@ -1,33 +0,0 @@
|
|||||||
// FIR_IDENTICAL
|
|
||||||
// IGNORE_BACKEND_K1: JVM_IR, JS_IR
|
|
||||||
// !LANGUAGE: +MultiPlatformProjects
|
|
||||||
|
|
||||||
// KT-61141: NO_ACTUAL_FOR_EXPECT: Expected class 'C' has no actual declaration in module <common> for Native (21,14) in /common.kt
|
|
||||||
// IGNORE_BACKEND_K1: NATIVE
|
|
||||||
|
|
||||||
// MODULE: common
|
|
||||||
// FILE: common.kt
|
|
||||||
|
|
||||||
interface I1 {
|
|
||||||
fun f(): String
|
|
||||||
|
|
||||||
val p: Int
|
|
||||||
}
|
|
||||||
|
|
||||||
interface I2 {
|
|
||||||
fun f(): String
|
|
||||||
|
|
||||||
val p: Int
|
|
||||||
}
|
|
||||||
|
|
||||||
@Suppress("ABSTRACT_MEMBER_NOT_IMPLEMENTED") // Workaround for KT-60390
|
|
||||||
expect class C() : I1, I2
|
|
||||||
|
|
||||||
// MODULE: platform()()(common)
|
|
||||||
// FILE: platform.kt
|
|
||||||
|
|
||||||
actual class C : I1, I2 {
|
|
||||||
override fun f() = "OK"
|
|
||||||
|
|
||||||
override val p = 42
|
|
||||||
}
|
|
||||||
+2
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_K2: ANY
|
// IGNORE_BACKEND_K2: ANY
|
||||||
|
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||||
|
|
||||||
// !LANGUAGE: +MultiPlatformProjects
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
|
|
||||||
expect abstract class A protected constructor() {
|
expect abstract class A protected constructor() {
|
||||||
+2
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_K2: ANY
|
// IGNORE_BACKEND_K2: ANY
|
||||||
|
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||||
|
|
||||||
// SKIP_KLIB_TEST
|
// SKIP_KLIB_TEST
|
||||||
// LANGUAGE: +MultiPlatformProjects
|
// LANGUAGE: +MultiPlatformProjects
|
||||||
|
|
||||||
+3
-2
@@ -1,6 +1,7 @@
|
|||||||
// !LANGUAGE: +MultiPlatformProjects
|
|
||||||
// IGNORE_BACKEND_K2: ANY
|
// IGNORE_BACKEND_K2: ANY
|
||||||
// FIR status: In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||||
|
|
||||||
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
|
|
||||||
expect enum class MyEnum {
|
expect enum class MyEnum {
|
||||||
FOO,
|
FOO,
|
||||||
+2
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_K2: ANY
|
// IGNORE_BACKEND_K2: ANY
|
||||||
|
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||||
|
|
||||||
// !LANGUAGE: +MultiPlatformProjects
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
// SKIP_KLIB_TEST
|
// SKIP_KLIB_TEST
|
||||||
|
|
||||||
+31
@@ -0,0 +1,31 @@
|
|||||||
|
// IGNORE_BACKEND_K1: ANY
|
||||||
|
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||||
|
|
||||||
|
// FIR_IDENTICAL
|
||||||
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
|
|
||||||
|
// MODULE: common
|
||||||
|
// FILE: common.kt
|
||||||
|
|
||||||
|
interface I1 {
|
||||||
|
fun f(): String
|
||||||
|
val p: Int
|
||||||
|
}
|
||||||
|
|
||||||
|
interface I2 {
|
||||||
|
fun f(): String
|
||||||
|
val p: Int
|
||||||
|
}
|
||||||
|
|
||||||
|
expect class C() : I1, I2 {
|
||||||
|
override fun f(): String
|
||||||
|
override val p: Int
|
||||||
|
}
|
||||||
|
|
||||||
|
// MODULE: platform()()(common)
|
||||||
|
// FILE: platform.kt
|
||||||
|
|
||||||
|
actual class C : I1, I2 {
|
||||||
|
actual override fun f() = "OK"
|
||||||
|
actual override val p = 42
|
||||||
|
}
|
||||||
+3
-4
@@ -1,11 +1,10 @@
|
|||||||
|
// IGNORE_BACKEND_K1: ANY
|
||||||
|
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||||
|
|
||||||
// FIR_IDENTICAL
|
// FIR_IDENTICAL
|
||||||
// IGNORE_BACKEND_K1: JVM_IR, JS_IR
|
|
||||||
// SKIP_KLIB_TEST
|
// SKIP_KLIB_TEST
|
||||||
// LANGUAGE: +MultiPlatformProjects
|
// LANGUAGE: +MultiPlatformProjects
|
||||||
|
|
||||||
// KT-61141: NO_ACTUAL_FOR_EXPECT: Expected class 'C1' has no actual declaration in module <common> for Native (9,19) in /common.kt
|
|
||||||
// IGNORE_BACKEND_K1: NATIVE
|
|
||||||
|
|
||||||
// MODULE: common
|
// MODULE: common
|
||||||
// FILE: common.kt
|
// FILE: common.kt
|
||||||
|
|
||||||
+3
-1
@@ -1,6 +1,8 @@
|
|||||||
|
// IGNORE_BACKEND_K1: ANY
|
||||||
|
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||||
|
|
||||||
// FIR_IDENTICAL
|
// FIR_IDENTICAL
|
||||||
// !LANGUAGE: +MultiPlatformProjects
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
// IGNORE_BACKEND_K1: ANY
|
|
||||||
|
|
||||||
// MODULE: lib
|
// MODULE: lib
|
||||||
// FILE: lib.kt
|
// FILE: lib.kt
|
||||||
+21
-21
@@ -1032,45 +1032,45 @@ public class ClassicJvmIrTextTestGenerated extends AbstractClassicJvmIrTextTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -835,39 +835,39 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
|||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/declarations/multiplatform"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/declarations/multiplatform"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Generated
+21
-21
@@ -942,45 +942,45 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -942,45 +942,45 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -942,45 +942,45 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -942,45 +942,45 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -942,45 +942,45 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+21
-21
@@ -942,45 +942,45 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectClassInherited.kt")
|
@TestMetadata("K1_expectClassInherited.kt")
|
||||||
public void testExpectClassInherited() throws Exception {
|
public void testK1_expectClassInherited() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectIntersectionOverride.kt")
|
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectIntersectionOverride() throws Exception {
|
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
@TestMetadata("K1_expectedEnumClass.kt")
|
||||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
public void testK1_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
@TestMetadata("K1_expectedSealedClass.kt")
|
||||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
public void testK1_expectedSealedClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass.kt")
|
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||||
public void testExpectedEnumClass() throws Exception {
|
public void testK2_expectIntersectionOverride() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedEnumClass2.kt")
|
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||||
public void testExpectedEnumClass2() throws Exception {
|
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("expectedSealedClass.kt")
|
@TestMetadata("K2_expectedEnumClass.kt")
|
||||||
public void testExpectedSealedClass() throws Exception {
|
public void testK2_expectedEnumClass() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user