JVM box tests for KT-23974
This commit is contained in:
committed by
TeamCityServer
parent
3f7a776fb8
commit
a8d848ccbd
+5
@@ -17703,6 +17703,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/jvmName/functionWithDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt23974.kt")
|
||||
public void testKt23974() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmName/kt23974.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("loadJvmName.kt")
|
||||
public void testLoadJvmName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmName/loadJvmName.kt");
|
||||
|
||||
Reference in New Issue
Block a user