[java] skips package accessibility checks for comment refs (IDEA-169450)

This commit is contained in:
Roman Shevchenko
2017-03-21 11:21:44 +01:00
parent c8a9c5d4d3
commit 03cecfb302
2 changed files with 21 additions and 17 deletions
@@ -233,6 +233,7 @@ class ModuleHighlightingTest : LightJava9ModulesCodeInsightFixtureTestCase() {
import static <error descr="The module 'M2' does not export the package 'pkg.m2.impl' to the module 'M'">pkg.m2.impl.C2Impl</error>.make;
/** See also {@link C2Impl#make} */
class C {{
<error descr="The module 'M2' does not export the package 'pkg.m2.impl' to the module 'M'">C2Impl</error>.make();
<error descr="The module 'M2' does not export the package 'pkg.m2.impl' to the module 'M'">pkg.m2.impl.C2Impl</error>.make();