[NI] Fix exception explicit qualified receiver and dispatch receiver

This commit is contained in:
Mikhail Zarechenskiy
2017-08-11 12:17:25 +03:00
committed by Stanislav Erokhin
parent 9f71de5f66
commit f42be4aea2
7 changed files with 51 additions and 11 deletions
@@ -17470,6 +17470,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("propertyWithExtensionTypeInvoke.kt")
public void testPropertyWithExtensionTypeInvoke() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/propertyWithExtensionTypeInvoke.kt");
doTest(fileName);
}
@TestMetadata("resolveSubclassOfList.kt")
public void testResolveSubclassOfList() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.kt");