Walter Bright wrote: > Hmm. Given: > > typeof(s) foo(long s); > auto x = foo(1); > > is x going to be declared as an int? int is neither a supertype or a subtype of long. Andrei