class Test {
	static function run() : void {
		Number.parseInt("" as variant) as int;
	}
}
