1. 28 3月, 2021 1 次提交
  2. 25 3月, 2021 1 次提交
  3. 24 3月, 2021 2 次提交
  4. 23 3月, 2021 5 次提交
  5. 22 3月, 2021 1 次提交
  6. 19 3月, 2021 1 次提交
  7. 18 3月, 2021 3 次提交
  8. 17 3月, 2021 1 次提交
  9. 15 3月, 2021 2 次提交
  10. 12 3月, 2021 2 次提交
  11. 11 3月, 2021 1 次提交
  12. 10 3月, 2021 1 次提交
  13. 08 3月, 2021 1 次提交
  14. 05 3月, 2021 1 次提交
  15. 04 3月, 2021 1 次提交
  16. 02 3月, 2021 2 次提交
  17. 01 3月, 2021 1 次提交
    • R
      Add new reference resolve tests · 6ebd4b95
      Roman Golyshev 提交于
      The main purpose is to show that old frontend and FIR work differently
      in the case of the conflicts of local and top level classes/objects
      
      See the tests that marked with // IGNORE_FIR
      
      Corresponding ticket is ^KT-45192
      6ebd4b95
  18. 26 2月, 2021 2 次提交
    • D
      Use overriding util with proper typechecker for overriding in LazyClassMemberScope · 168c692a
      Dmitry Savvinov 提交于
      Note that LazyClassMemberScope actually has a separate field for
      KotlinTypeRefiner, and it might be actually different from the one in
      c.kotlinTypeChecker.
      
      The one in c.kotlinTypeChecker is the refiner of *owner* module, i.e. a
      module in which the class has been declared. If we have a class Foo :
      Expect in common, then the refiner will be from common, and thus it
      won't be able to refine supertypes to their platform-dependent values.
      
      The one passed in constructor is actual refiner of dependant-module.
      Say, if we're looking at Foo from the point of view of jvmMain, then
      we'll create a (view-dependent) LCMS for that, and it will contain
      refiner for jvmMain.
      
      It is important to use proper refiner, otherwise the idea of having
      "module-dependent view" breaks, and we might suddenly mismatch some
      overrides with expect-classes in their signatures.
      
      ^KT-44898 Fixed
      168c692a
    • D
      Add test on KT-44898 (MPP + type refinement + complex inheritance) · 9616eb94
      Dmitry Savvinov 提交于
      The current behaviour is undesired (ABSTRACT_MEMEBER_NOT_IMPLEMENTED
      reported on class Concrete), will be fixed in the next commit
      9616eb94
  19. 25 2月, 2021 5 次提交
  20. 24 2月, 2021 1 次提交
  21. 23 2月, 2021 1 次提交
  22. 19 2月, 2021 3 次提交
  23. 16 2月, 2021 1 次提交