https://issues.dlang.org/show_bug.cgi?id=12196
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Vladimir Panteleev <[email protected]> --- 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' --
