I have this access widener
accessible method java/lang/Class privateGetDeclaredMethods (B)[Ljava/lang/reflect/Method;
but it's throwing this error when generating sources
Cause: java.lang.RuntimeException: Could not find method (privateGetDeclaredMethods(B)[Ljava/lang/reflect/Method;) in class (java/lang/Class)
trying
accessible class java/lang/Class
throws this error
Cause: java.lang.RuntimeException: Could not find class (java/lang/Class)
Do access wideners not work on runtime code?