-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a class in java.util.function : methods name lost #729
Comments
Thanks for your bug report. I guess this is because it is located in the special package Can you confirm it works if you change package? |
Thanks, @lgrignon |
Hello @tonysmarthome Is it still the same error? I understood that renaming package works. |
Hi @lgrignon , sorry for late reply. |
in a java candy, there is a file named FunctionClassTest.java
in bundle.ts of candy, it will be
the methods myMethod1 and myMethod2 lost.
because no methods name, bundle.ts can't be compiled to javascript
The text was updated successfully, but these errors were encountered: