• V
    Allow "in" at call sites as a way to request strict "in" parameter passing. · c72c57ed
    vsadov 提交于
    - "in" argument matches only "in" parameters (as opposed to unmodified case that can also match byval parameters)
    - "in" requires that the argument is an lvalue
    - "in" does not allow conversions at the call-site other than identity conversions
    - "in" sets an exact bound in generic method type inference
    - "in" cannot be stack-spilled by value
    c72c57ed
LanguageParser.cs 471.8 KB