class Test {
	static function f() : void {
		function g(a) {
			return a + 1;
		}
	}
}
