class Test {
	static function run() : void {
		null as string;
	}
}
