[FIR] Fix nullability of types produced by ConeRawScopeSubstitutor

#KT-66067 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-28 14:52:06 +01:00
committed by Space Team
parent b6a6b12f0f
commit 5bca945d05
25 changed files with 369 additions and 5 deletions
@@ -28229,6 +28229,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
}
@TestMetadata("kjkWithRawTypes.kt")
public void testKjkWithRawTypes() {
runTest("compiler/testData/codegen/box/javaInterop/kjkWithRawTypes.kt");
}
@TestMetadata("kt43217.kt")
public void testKt43217() {
runTest("compiler/testData/codegen/box/javaInterop/kt43217.kt");