[FIR] Expand typealias for correct approximation of types (particularly Int and Long)

This commit is contained in:
Ivan Kochurkin
2021-09-13 17:02:23 +03:00
committed by Space
parent 3d58a70e62
commit 07edb15138
7 changed files with 36 additions and 1 deletions
@@ -30669,6 +30669,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/typealias/innerTypeAliasConstructor.kt");
}
@Test
@TestMetadata("intToLongApproximationThroughTypeAlias.kt")
public void testIntToLongApproximationThroughTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/typealias/intToLongApproximationThroughTypeAlias.kt");
}
@Test
@TestMetadata("isAsWithTypeAlias.kt")
public void testIsAsWithTypeAlias() throws Exception {