K2: add tests for KT-58579 and for KT-64090 reproduction
This commit is contained in:
committed by
Space Team
parent
f45d92eebc
commit
d5b784805b
+10
@@ -25941,6 +25941,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaOuterClassDependsOnInner.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaTypeFromAnotherModuleWithRawTypedWildcardBound.kt")
|
||||
public void testJavaTypeFromAnotherModuleWithRawTypedWildcardBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromAnotherModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaTypeFromSameModuleWithRawTypedWildcardBound.kt")
|
||||
public void testJavaTypeFromSameModuleWithRawTypedWildcardBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43217.kt")
|
||||
public void testKt43217() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kt43217.kt");
|
||||
|
||||
Reference in New Issue
Block a user