class Test {
	static function run() : void {
		this.foo = 1;
	}
}
