FIR: Rework bare types support

^KT-48305 Fixed
This commit is contained in:
Denis.Zharkov
2021-08-26 18:13:55 +03:00
committed by TeamCityServer
parent 587146679d
commit 112af9b145
21 changed files with 253 additions and 93 deletions
@@ -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 {