K2: Added test for data class metadata
#KT-57622 Fixed
This commit is contained in:
committed by
Space Team
parent
f48142a6e6
commit
f67f8c393b
+6
@@ -13745,6 +13745,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
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
@@ -13745,6 +13745,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
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