[FIR] Expand typealias for correct approximation of types (particularly Int and Long)
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user