We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anything a = (print)("");
source/tmp/run.ceylon:1: error: incompatible types Anything a = (print)(""); ^ required: Object found: void
source/tmp/run.ceylon:1: error: incompatible types
Anything a = (print)(""); ^
required: Object found: void
Found while investigating ceylon/ceylon-spec#1456.
As always, generated code, @noanno’d.
@noanno
The text was updated successfully, but these errors were encountered:
Here’s the generated code for the unwrapped version: gist.
The compiler generates a let expression returning null.
let
null
Sorry, something went wrong.
Perhaps somewhat related to #2387
No branches or pull requests
Found while investigating ceylon/ceylon-spec#1456.
As always, generated code,
@noanno
’d.The text was updated successfully, but these errors were encountered: