class Named.<T> {
	static function say() : void {
		log "named";
	}
}

// used to check that it is not imported
class _Hidden.<T> {
}
