1. 09 2月, 2018 1 次提交
  2. 07 2月, 2018 1 次提交
  3. 06 2月, 2018 1 次提交
  4. 02 2月, 2018 2 次提交
  5. 20 1月, 2018 1 次提交
  6. 11 1月, 2018 2 次提交
    • V
      831323c1
    • V
      Block use of explicit `in` arguments in dynamically dispatched expressions. · ac833d06
      vsadov 提交于
      Explicitly marking an argument as an `in` argument has effect on overload resolution and needs to be known to the dynamic binder to be able to make appropriate decisions. For the time being there is not way to pass this additional information.
      That would require a small expansion of APIs used by `dynamic`. When we have such API, we should predicate this scenario on the presence of such API.
      
      For now, In order to not perpetuate accidental and likely incorrect behavior we should block this scenario.
      
      Fixes:#22813
      ac833d06
  7. 05 1月, 2018 1 次提交
  8. 03 1月, 2018 1 次提交
  9. 22 12月, 2017 1 次提交
  10. 13 12月, 2017 1 次提交
  11. 12 12月, 2017 1 次提交
  12. 10 12月, 2017 1 次提交
  13. 06 12月, 2017 2 次提交