[NI] Fix resolving callable references with typealias in ths

#KT-31199 Fixed
This commit is contained in:
Dmitriy Novozhilov
2019-04-25 10:41:18 +03:00
committed by Mikhail Zarechenskiy
parent 65380f4eb4
commit f2bbae6a63
7 changed files with 42 additions and 5 deletions
@@ -1716,6 +1716,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/callableReference/subtypeArgumentFromRHSForReference.kt");
}
@TestMetadata("typealiases.kt")
public void testTypealiases() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/typealiases.kt");
}
@TestMetadata("unused.kt")
public void testUnused() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/unused.kt");