class Test {
	static function run() : void {
		1 + "2";
	}
}
