mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
extend () error msgs for if conditions to other statement conditions (#14353)
This commit is contained in:
parent
50d37f238c
commit
2265d6cb35
2 changed files with 40 additions and 28 deletions
|
@ -3,7 +3,7 @@ TEST_OUTPUT:
|
|||
---
|
||||
fail_compilation/ice8795.d-mixin-14(14): Error: found `End of File` when expecting `(`
|
||||
fail_compilation/ice8795.d-mixin-14(14): Error: expression expected, not `End of File`
|
||||
fail_compilation/ice8795.d-mixin-14(14): Error: found `End of File` when expecting `)`
|
||||
fail_compilation/ice8795.d-mixin-14(14): Error: missing closing `)` after `switch (0`
|
||||
fail_compilation/ice8795.d-mixin-14(14): Error: found `End of File` instead of statement
|
||||
fail_compilation/ice8795.d-mixin-15(15): Error: { } expected following `interface` declaration
|
||||
fail_compilation/ice8795.d-mixin-15(15): Error: anonymous interfaces not allowed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue