We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This code (note the typo)
module DD { method M(i" int) { } }
crashes when run with dafny /warnDeadCode DD.dfy; without the option, the syntax error is correctly reported