We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759c909 commit 3466004Copy full SHA for 3466004
ordinaryModule/src/main/java/ordinaryModule/Test.java
@@ -7,11 +7,6 @@ public static void main(String[] args) {
7
try {
8
Invoker.invokeStatic(new Test(), "hello");
9
} catch (IllegalAccessException e) {
10
- /*
11
- java.lang.IllegalAccessException: class Invoker (in module reflection) cannot access class
12
- Test (in module ordinaryModule) because module ordinaryModule does not export ordinaryModule
13
- to module reflection
14
- */
15
System.out.println(e);
16
}
17
0 commit comments