/*EXPECTED
3
*/
class Test {

	static var _n = 3;

	static function run() : void {
		log this._n;
	}
}
