FIR: Preserve K1 behavior for rawTypeValue ?: nothingTypedValue

It's been approximated to the non-raw version back then

^KT-54526 Fixed
This commit is contained in:
Denis.Zharkov
2022-10-24 12:58:22 +02:00
committed by Space Team
parent 52eb535a7d
commit 82100a414f
6 changed files with 50 additions and 1 deletions
@@ -24181,6 +24181,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/kt47459.kt");
}
@Test
@TestMetadata("lostRawTypeAfterElvis.kt")
public void testLostRawTypeAfterElvis() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/lostRawTypeAfterElvis.kt");
}
@Test
@TestMetadata("noTypeArgumentsForRawScopedMembers.kt")
public void testNoTypeArgumentsForRawScopedMembers() throws Exception {