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
This results in a segfault:
enum E { a = 3, b = () { E e; final switch (e) { case E.a: break; } return 4; } () }
src/dmd/statementsem.d:1966 void dmd.statementsem.statementSemanticVisit(dmd.statement.Statement, dmd.dscope.Scope*).visitSwitch(dmd.statement.SwitchStatement) [0x5f403ee2d915] src/dmd/statement.d:1886 void dmd.statementsem.statementSemanticVisit(dmd.statement.Statement, dmd.dscope.Scope*).visit.VisitStatement(dmd.statement.Statement) [0x5f403ee339c3] src/dmd/statementsem.d:3685 dmd.statement.Statement dmd.statementsem.statementSemanticVisit(dmd.statement.Statement, dmd.dscope.Scope*) [0x5f403ee2695f]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This results in a segfault:
The text was updated successfully, but these errors were encountered: