1. 19 6月, 2020 9 次提交
  2. 18 6月, 2020 2 次提交
  3. 17 6月, 2020 1 次提交
  4. 16 6月, 2020 1 次提交
  5. 15 6月, 2020 3 次提交
  6. 11 6月, 2020 7 次提交
  7. 10 6月, 2020 1 次提交
  8. 09 6月, 2020 1 次提交
    • M
      Delay check for possibly deferred return type for reference candidate · 93e9d3e5
      Mikhail Zarechenskiy 提交于
       This issue appeared after recently added new overload for flatMapTo.
       Before that, we picked candidate returning List<T> and completed
       inference, now we also check one more flatMapTo, which is here is
       incorrect and as a result we go into outer scope. Outer scope contains
       one property with deferred type, which introduced error about
       "typechecker has run into recursive problem" even it isn't applicable
       by receiver.
      
       So, the fix is to check receiver first and only then check return
       type of a candidate.
      
       #KT-39470 Fixed
      93e9d3e5
  9. 05 6月, 2020 8 次提交
  10. 04 6月, 2020 2 次提交
  11. 03 6月, 2020 5 次提交