JVM box tests for KT-21092

This commit is contained in:
Dmitry Petrov
2020-12-23 14:39:15 +03:00
committed by TeamCityServer
parent 0841a6b0ea
commit 3f7a776fb8
9 changed files with 128 additions and 0 deletions
@@ -2050,11 +2050,26 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/callableReference/javaField.kt");
}
@TestMetadata("kt16752.kt")
public void testKt16752() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt16752.kt");
}
@TestMetadata("kt21014.kt")
public void testKt21014() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
}
@TestMetadata("kt21092a.kt")
public void testKt21092a() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21092a.kt");
}
@TestMetadata("kt21092b.kt")
public void testKt21092b() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21092b.kt");
}
@TestMetadata("kt37604.kt")
public void testKt37604() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");