[FIR] Add a blackbox test for failure #2 of KT-65972

^KT-65972
This commit is contained in:
Nikolay Lunyak
2024-02-21 14:58:17 +02:00
committed by Space Team
parent 341a23d05c
commit 39cbe3fb35
11 changed files with 100 additions and 0 deletions
@@ -26673,6 +26673,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/javaInterop/primitiveVsWrapperTypeInInheritance/intersectionWithMultipleDefaultsInJava.kt");
}
@TestMetadata("intersectionWithMultipleDefaultsInJavaOverriddenByIntersectionInKotlin.kt")
public void testIntersectionWithMultipleDefaultsInJavaOverriddenByIntersectionInKotlin() {
runTest("compiler/testData/codegen/box/javaInterop/primitiveVsWrapperTypeInInheritance/intersectionWithMultipleDefaultsInJavaOverriddenByIntersectionInKotlin.kt");
}
@TestMetadata("nullableInt.kt")
public void testNullableInt() {
runTest("compiler/testData/codegen/box/javaInterop/primitiveVsWrapperTypeInInheritance/nullableInt.kt");