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
The following KSY is translated to invalid Java, but works in Ruby. The problem in Java is that the "(" are missing and the resulting statement simply doesn't compile. I know this KSY is ugly and such, was just a quick test and wanted to record that problem.
Is this by design and such complex statements simply not supported?
The following KSY is translated to invalid Java, but works in Ruby. The problem in Java is that the "(" are missing and the resulting statement simply doesn't compile. I know this KSY is ugly and such, was just a quick test and wanted to record that problem.
Is this by design and such complex statements simply not supported?
Resulting Java, where the indentation is mine to make the problem easier to recognize:
Error message:
With proper parenthesis the code compiles:
The text was updated successfully, but these errors were encountered: