You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A java type descriptor "Ljava.lang.String;" was parsed into
a class identifier "java::java$lang$String". It should have
been "Ljava/lang/String;", which is then correctly parsed
into "java::java/lang/String". This caused for example the
main function not correctly recognized if passed as
--function MyClass.main.
0 commit comments