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
This commit is contained in:
Roman Golyshev
2021-06-28 14:56:44 +03:00
committed by teamcityserver
parent 0d443d526d
commit dcc30cb672
@@ -1,3 +1,4 @@
// FIR_IDE_IGNORE
// FIR_IDENTICAL
// MODULE: m1
// FILE: test/Foo.java