FIR: Rework bare types support
^KT-48305 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
587146679d
commit
112af9b145
+6
@@ -4350,6 +4350,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SupertypeChain.kt")
|
||||
public void testSupertypeChain() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/cast/bare/SupertypeChain.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ToErrorType.kt")
|
||||
public void testToErrorType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user