view compile/i/import_13_A.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents bc535ba67c39
children
line wrap: on
line source

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

// @author@	Tom S <h3r3tic@remove.mat.uni.torun.pl>
// @date@	2006-03-03
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6450

module /*dstress.*/compile.i.import_13_A;

import /*dstress.*/compile.i.import_13_B;

class Foo : Bar{
	char[] foo(){
		return "Foo.foo";
	}
}