https://issues.dlang.org/show_bug.cgi?id=8102
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #2 from Walter Bright <[email protected]> --- For: class Foo { int x void bar() { } } It now prints: test.d(7): Error: semicolon needed to end declaration of `x`, instead of `void` test.d(5): `x` declared here --
