[Issue 14905] duplicate error message: 'Warning: statement is not reachable'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 10 21:50:53 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14905

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
They're not true duplication. If the error messages print their enclosing
functions, the messages will be:

main.d(3): Warning: statement is not reachable in 'main.fun!"a".fun'
main.d(3): Warning: statement is not reachable in 'main.fun!"b".fun'

--


More information about the Digitalmars-d-bugs mailing list