[dmd-internals] [D-Programming-Language/dmd] 0facc8: fix Issue 14173 - Omitting return type with overri...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Feb 15 03:13:55 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0facc8a8ef8abcb18689420e4e0e8bbd61251359
https://github.com/D-Programming-Language/dmd/commit/0facc8a8ef8abcb18689420e4e0e8bbd61251359
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-14 (Sat, 14 Feb 2015)
Changed paths:
M src/func.c
M test/fail_compilation/diag8318.d
Log Message:
-----------
fix Issue 14173 - Omitting return type with override hides an error
Commit: 53e2cd721f1cb3751c0825b1cc29ba6f0e59768e
https://github.com/D-Programming-Language/dmd/commit/53e2cd721f1cb3751c0825b1cc29ba6f0e59768e
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)
Changed paths:
M src/func.c
M test/fail_compilation/diag8318.d
Log Message:
-----------
Merge pull request #4411 from 9rnsr/fix14173
[REG2.064] Issue 14173 - Omitting return type with override hides an error
Compare: https://github.com/D-Programming-Language/dmd/compare/527b3cfc1b01...53e2cd721f1c
More information about the dmd-internals
mailing list