class Test {
	static function run() : void {
		var a = [] : Array.<MayBeUndefined.<number>>;
	}
}
