class T {
	function f() : void {
		1 in { a: 0 };
	}
}
