[Issue 2235] New: false unreachable statement detected, no linenumbers shown (-w only)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 19 04:54:43 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2235
Summary: false unreachable statement detected, no linenumbers
shown (-w only)
Product: D
Version: 1.033
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: 2korden at gmail.com
Testcase:
~~~~~~~~~
class Test
{
this()
{
assert(false, "Not implemented");
}
}
Output:
warning - Error: statement is not reachable
--
More information about the Digitalmars-d-bugs
mailing list