KT-4372 Invalid error position and failing to resolve invoke with receiver from other module #KT-4372 Fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user