view nocompile/r/remove_03.d @ 569:15b52e26c8f4

updated "delete associativeArray[key]" to "associativeArray.remove(key)"
author thomask
date Wed, 08 Jun 2005 17:25:48 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 14

module dstress.nocompile.r.remove_03;

struct S{
}

void main(){
	S s*;
	s.remove();
}