view nocompile/t/this_08_C.d @ 1518:5b8f89bc1b52

fixed typo
author thomask
date Fri, 27 Apr 2007 17:21:55 +0000
parents 602e7b841889
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// Porting: C#

// __DSTRESS_ELINE__ 12

module dstress.nocompile.t.this_08_C;

class C{
	C(int i, int j) : C(i){
	}

	this(int i){
	}
}