K2: Added test for data class metadata
#KT-57622 Fixed
This commit is contained in:
committed by
Space Team
parent
f48142a6e6
commit
f67f8c393b
+6
@@ -9989,6 +9989,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/floatParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fromOtherModule.kt")
|
||||
public void testFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/fromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericParam.kt")
|
||||
public void testGenericParam() throws Exception {
|
||||
|
||||
+6
@@ -10085,6 +10085,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/floatParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fromOtherModule.kt")
|
||||
public void testFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/fromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericParam.kt")
|
||||
public void testGenericParam() throws Exception {
|
||||
|
||||
+6
@@ -10085,6 +10085,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/floatParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fromOtherModule.kt")
|
||||
public void testFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/fromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericParam.kt")
|
||||
public void testGenericParam() throws Exception {
|
||||
|
||||
+6
@@ -10085,6 +10085,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/dataClasses/floatParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fromOtherModule.kt")
|
||||
public void testFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/fromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericParam.kt")
|
||||
public void testGenericParam() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user