results in the error "Something is wrong!? Please try again." However, trying again produces the same error.
For reference: this is valid Java. Using JShell, I can write:
jshell> var foo = "😄"
foo ==> "😄"
Related is that using an emoji anywhere in code produces the "Something is wrong!?" error message, rather than a more specific error message that might better describe the real problem. Here are some examples of invalid code that have their issues masked by "Something is wrong!?":
What happened?
The following source code
results in the error "Something is wrong!? Please try again." However, trying again produces the same error.
For reference: this is valid Java. Using JShell, I can write:
Related is that using an emoji anywhere in code produces the "Something is wrong!?" error message, rather than a more specific error message that might better describe the real problem. Here are some examples of invalid code that have their issues masked by "Something is wrong!?":
OS
macOS
What browsers are you seeing the problem on?
Firefox
Contact Details (optional)
No response