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
This parses correctly without an error, even though the trailing braces are invalid.
let javaString = import "java.lang.String": {
"noargs": "should BE lower CASE".toUpperCase().toLowerCase()
}}}}}}
I think because the parser only parses a single expression and then stops. Probably needs an explicit check for trailing characters after the root expression is parsed
The text was updated successfully, but these errors were encountered:
This parses correctly without an error, even though the trailing braces are invalid.
I think because the parser only parses a single expression and then stops. Probably needs an explicit check for trailing characters after the root expression is parsed
The text was updated successfully, but these errors were encountered: