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 accessM4() {
|
||||
accessM1()
|
||||
accessM2()
|
||||
accessM3()
|
||||
accessM4()
|
||||
}
|
||||
Reference in New Issue
Block a user