[FIR] Expand typealiases in OverloadConflictResolver

^KT-52825 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-06-20 17:18:47 +03:00
committed by teamcity
parent b73783b693
commit eb453dc96b
7 changed files with 47 additions and 4 deletions
@@ -18149,6 +18149,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testLiteralsInInference() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/literalsInInference.kt");
}
@Test
@TestMetadata("typealiasOnLong.kt")
public void testTypealiasOnLong() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/typealiasOnLong.kt");
}
}
@Nested