[FIR] Add test for KT-45584
This commit is contained in:
+6
@@ -21124,6 +21124,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/javaInterop/ambiguousJavaVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conflictingOverloadsForThrowableInheritors.kt")
|
||||
public void testConflictingOverloadsForThrowableInheritors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericSamProjectedOut.kt")
|
||||
public void testGenericSamProjectedOut() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user