class Test {
	function test() : void {
		new Test().test + 1;
	}
}
