mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
[java, jigsaw] Support JDK-8197532: add tests (IDEA-367339) IJ-CR-154794
GitOrigin-RevId: e3acb5c8848ae13da6f28c1593b432e27c81cd14
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18337163f5
commit
5151559045
@@ -1,5 +1,5 @@
|
||||
import module my.source.moduleB;
|
||||
import module my.source.moduleA;
|
||||
class AmbiguousModuleImport {
|
||||
<error descr="Reference to 'Imported' is ambiguous, both 'my.source.moduleB.Imported' and 'my.source.moduleA.Imported' match">Imported</error> <caret>module;
|
||||
<error descr="Reference to 'Imported' is ambiguous, both 'my.source.moduleA.Imported' and 'my.source.moduleB.Imported' match">Imported</error> <caret>module;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user