view compile/l/lazy_01_B.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents 96e7be832c35
children
line wrap: on
line source

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

// @author@	Oskar Linde <oskar.linde@gmail.com>
// @date@	2006-12-21
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=703
// @desc@	[Issue 703] New: SuperExp::scanForNestedRef Assertion

module dstress.compile.l.lazy_01_B;

class C {
	void func(lazy uint x) {
		func(super.toHash());
	}
}