JVM box tests for KT-23974

This commit is contained in:
Dmitry Petrov
2020-12-23 15:25:14 +03:00
committed by TeamCityServer
parent 3f7a776fb8
commit a8d848ccbd
5 changed files with 32 additions and 0 deletions
@@ -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");