mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
Java: Tests for suggested visibility of classes exposed with 'module-info' (IDEA-169200)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package foo.bar.impl;
|
||||
|
||||
public class Impl {
|
||||
public Inner {}
|
||||
}
|
||||
Reference in New Issue
Block a user