class Foo {
	function foo () : Enumerable.<number> {
		yield 1;
		return 1;
	}
}