dmd/compiler/test/fail_compilation/unmatchedbrace.d
Nick Treleaven 55d9dc0989
Fix Issue 24000 - show open bracket "{" location for Error: matching … (#15334)
* Fix Issue 24000 - show open bracket "{" location for Error: matching `}` expected

* Show unmatched brace after compound statement

* Update tests
2023-06-26 14:00:34 +02:00

10 lines
204 B
D

/*
TEST_OUTPUT:
---
fail_compilation/unmatchedbrace.d(11): Error: matching `}` expected, not `End of File`
fail_compilation/unmatchedbrace.d(8): unmatched `{`
---
*/
@safe {
//
struct S {}