class T {
	function f() : void {
		"a" in new Object;
	}
}
