[nem-en] Ambiguity resolution

Vladimir Reshetnikov v.reshetnikov at gmail.com
Mon Jan 29 14:48:46 CET 2007


	public Foo[T](x : T, T : void -> int) : void where T : new() {
		_ = T()
	}


Is 'T()' an object creation expression, or a function call?
What is the rule to resolve this ambiguity?



More information about the devel-en mailing list