[FIR] Fix nullability of types produced by ConeRawScopeSubstitutor
#KT-66067 Fixed
This commit is contained in:
committed by
Space Team
parent
b6a6b12f0f
commit
5bca945d05
+6
@@ -33307,6 +33307,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkWithRawTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43217.kt")
|
||||
public void testKt43217() {
|
||||
|
||||
+6
@@ -33307,6 +33307,12 @@ public class FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGener
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkWithRawTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43217.kt")
|
||||
public void testKt43217() {
|
||||
|
||||
+6
@@ -33307,6 +33307,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkWithRawTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43217.kt")
|
||||
public void testKt43217() {
|
||||
|
||||
+6
@@ -2728,6 +2728,12 @@ public class FirLightTreeJvmIrTextTestGenerated extends AbstractFirLightTreeJvmI
|
||||
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithRawType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
runTest("compiler/testData/ir/irText/fakeOverrides/kjkWithRawTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("setterVisibliity.kt")
|
||||
public void testSetterVisibliity() {
|
||||
|
||||
compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/ir/FirPsiJvmIrTextTestGenerated.java
Generated
+6
@@ -2728,6 +2728,12 @@ public class FirPsiJvmIrTextTestGenerated extends AbstractFirPsiJvmIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithRawType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
runTest("compiler/testData/ir/irText/fakeOverrides/kjkWithRawTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("setterVisibliity.kt")
|
||||
public void testSetterVisibliity() {
|
||||
|
||||
Reference in New Issue
Block a user