FIR: Add test on ambiguous vararg
Fix is in the two previous commits
This commit is contained in:
+5
@@ -16235,6 +16235,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/javaInterop"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("ambiguousJavaVararg.kt")
|
||||
public void testAmbiguousJavaVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/ambiguousJavaVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSamProjectedOut.kt")
|
||||
public void testGenericSamProjectedOut() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOut.kt");
|
||||
|
||||
Reference in New Issue
Block a user