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:
committed by
Space Team
parent
52eb535a7d
commit
82100a414f
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user