[FIR] Expand typealiases in OverloadConflictResolver
^KT-52825 Fixed
This commit is contained in:
committed by
teamcity
parent
b73783b693
commit
eb453dc96b
Generated
+6
@@ -18155,6 +18155,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user