K2: add a test to ensure #KT-63756 Fixed
This commit is contained in:
committed by
Space Team
parent
797284dada
commit
8ee54a9045
+6
@@ -35619,6 +35619,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectAnnotationAsTypeAlias.kt")
|
||||
public void testExpectAnnotationAsTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/expectAnnotationAsTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectValInInlineClass.kt")
|
||||
public void testExpectValInInlineClass() throws Exception {
|
||||
|
||||
+6
@@ -35619,6 +35619,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectAnnotationAsTypeAlias.kt")
|
||||
public void testExpectAnnotationAsTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/expectAnnotationAsTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectValInInlineClass.kt")
|
||||
public void testExpectValInInlineClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user