KT-51282 Add tests

This commit is contained in:
Pavel Mikhailovskii
2022-09-26 21:30:56 +02:00
committed by teamcity
parent ca221cc6f2
commit 1b8a60b5a5
4 changed files with 105 additions and 0 deletions
@@ -26792,6 +26792,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt");
}
@Test
@TestMetadata("kt51282.kt")
public void testKt51282() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/sam/kt51282.kt");
}
@Test
@TestMetadata("kt512832_inherit_multifile_parts.kt")
public void testKt512832_inherit_multifile_parts() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/sam/kt512832_inherit_multifile_parts.kt");
}
@Test
@TestMetadata("kt51868_contravariantGenericSam.kt")
public void testKt51868_contravariantGenericSam() throws Exception {