From dcc30cb672554f1a315597d0e37a4b9e483ad9cc Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Mon, 28 Jun 2021 14:56:44 +0300 Subject: [PATCH] FIR IDE: Mute test with java file in the dependency The corresponding JavaSymbolProvider currently is unable to see the `Foo` class, because under the hood it uses `JvmDependenciesIndexImpl` which doesn't know about the corresponding .java file because it is created for m2-module `project` I wasn't able to fix it yet --- compiler/testData/diagnostics/tests/multimodule/kt14249.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/diagnostics/tests/multimodule/kt14249.kt b/compiler/testData/diagnostics/tests/multimodule/kt14249.kt index 77a92d1d3fd..746330f9db1 100644 --- a/compiler/testData/diagnostics/tests/multimodule/kt14249.kt +++ b/compiler/testData/diagnostics/tests/multimodule/kt14249.kt @@ -1,3 +1,4 @@ +// FIR_IDE_IGNORE // FIR_IDENTICAL // MODULE: m1 // FILE: test/Foo.java