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 00b8cc6 commit 5c40a28Copy full SHA for 5c40a28
sources/net.sf.j2s.java.core/src/java/lang/reflect/Method.java
@@ -118,7 +118,7 @@ public Object invoke(Object receiver, Object... args)
118
* @j2sNative
119
*
120
* if (!isProxy) {c = c.$clazz$;}
121
- * c.$load$ && Clazz.load(c,2);
+ * Clazz._initClass(c,1,1,0);
122
* m= c[this.signature] || c.prototype && c.prototype[this.signature];
123
* val = (m == null ? null : m.apply(receiver,a));
124
*/
0 commit comments