Introduce MultiModuleHighlightingTest
Checks that analysis produces expected diagnostics when configured by real IDEA module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
public fun accessM3() {
|
||||
<error>accessM1</error>()
|
||||
accessM2()
|
||||
accessM3()
|
||||
<error>accessM4</error>()
|
||||
}
|
||||
Reference in New Issue
Block a user