1. 08 5月, 2019 26 次提交
  2. 07 5月, 2019 13 次提交
  3. 04 5月, 2019 1 次提交
    • A
      Allow overriding members with nullable variance (#34718) · 472276ac
      Andy Gocke 提交于
      Implements a design change where overrides are allowed to change the
      type of the member as long as there is an implicit nullable reference
      conversion from the overriding type to the overridden type according to
      the nullable variance rules.
      
      Fixes #23268
      Fixes #30958
      472276ac