We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
y::{5}::y;
const y = y::{y};
Resulted in this output:
Termsig=6
But I expected this output instead:
Fatal error: Uncaught Error: Class "y" not found
Fatal error: Uncaught Error: Undefined constant "y"
master
No response