https://issues.dlang.org/show_bug.cgi?id=12196
Vladimir Panteleev <dlang-bugzi...@thecybershadow.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Vladimir Panteleev <dlang-bugzi...@thecybershadow.net> --- Fixed by https://github.com/dlang/dmd/pull/4021. Now it prints: test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N] a' test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N] b' --