view compile/i/import_13_B.d @ 894:bc535ba67c39

Tom S <h3r3tic@remove.mat.uni.torun.pl> 2006-03-03 news:dua8sq$18af$1@digitaldaemon.com
author thomask
date Tue, 07 Mar 2006 10:22:15 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Tom S <h3r3tic@remove.mat.uni.torun.pl>
// @date@	2006-03-03
// @uri@	news:dua8sq$18af$1@digitaldaemon.com

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

class Bar{
	private import /*dstress.*/compile.i.import_13_A;

	char[] bar(){
		return "Bar.bar";
	}
}