K2: Added test for data class metadata
#KT-57622 Fixed
This commit is contained in:
committed by
Space Team
parent
f48142a6e6
commit
f67f8c393b
+5
@@ -10901,6 +10901,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/dataClasses/floatParam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fromOtherModule.kt")
|
||||
public void testFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/fromOtherModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericParam.kt")
|
||||
public void testGenericParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/genericParam.kt");
|
||||
|
||||
Reference in New Issue
Block a user