digitalmars.D.bugs - missing line number in warning message
- =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= Aug 06 2005
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
class A{
this(){
assert(0);
}
}
--
dmd -w test.d
Thomas
Aug 06 2005








=?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?=