KT-51282 Add tests
This commit is contained in:
committed by
teamcity
parent
ca221cc6f2
commit
1b8a60b5a5
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user