KT-4372 Invalid error position and failing to resolve invoke with receiver from other module #KT-4372 Fixed

This commit is contained in:
Svetlana Isakova
2014-01-13 19:05:21 +04:00
parent e95e505b5d
commit 8868da8c5f
3 changed files with 28 additions and 4 deletions
@@ -5953,6 +5953,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest("compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtensionToExplicitReceiver.kt");
}
@TestMetadata("KT-4372.kt")
public void testKT_4372() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.kt");
}
@TestMetadata("kt3772.kt")
public void testKt3772() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/invoke/kt3772.kt");