view compile/l/lazy_01_B.d @ 1284:96e7be832c35

[Issue 703] New: SuperExp::scanForNestedRef Assertion Oskar Linde <oskar.linde@gmail.com> 2006-12-21 http://d.puremagic.com/issues/show_bug.cgi?id=703
author thomask
date Tue, 26 Dec 2006 14:21:29 +0000
parents
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());
	}
}