digitalmars.D.bugs - missing line number in warning message
- =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= (8/9) Aug 06 2005 class A{
class A{ this(){ assert(0); } } --dmd -w test.dwarning - statement is not reachable Thomas
Aug 06 2005
class A{ this(){ assert(0); } } --dmd -w test.dwarning - statement is not reachable Thomas