K2: add tests for KT-58579 and for KT-64090 reproduction

This commit is contained in:
Mikhail Glukhikh
2023-12-20 15:05:55 +01:00
committed by Space Team
parent f45d92eebc
commit d5b784805b
11 changed files with 153 additions and 0 deletions
@@ -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");