1. 18 9月, 2015 1 次提交
  2. 08 9月, 2015 1 次提交
  3. 13 5月, 2015 1 次提交
  4. 12 5月, 2015 1 次提交
  5. 21 11月, 2014 2 次提交
  6. 17 11月, 2014 1 次提交
  7. 11 11月, 2014 1 次提交
  8. 10 11月, 2014 1 次提交
  9. 21 10月, 2014 1 次提交
  10. 18 9月, 2014 1 次提交
  11. 03 4月, 2014 2 次提交
    • A
      Consider outer classes when topsorting hierarchy · cbe6e49a
      Alexander Udalov 提交于
      - when building a topsorted hierarchy, consider not only edges to the class'
        superclasses, but also from inner/nested classes to their container. This
        effectively means that a class cannot inherit from its nested class. Similar
        cases (see the tests) are disallowed in Java.
      - filter classes by their presence in TopDownAnalysisContext, not by being a
        MutableClassDescriptor (otherwise analysis for local classes ends up trying
        to do something with outer superclasses)
      - delete outdated comment: topsort is needed not only for better diagnostics,
        but also for correct order of fake overrides construction
      cbe6e49a
    • A
      Fix StackOverflowError on cyclic hierarchy Java<->Kotlin · 9b2291d3
      Alexander Udalov 提交于
      Report errors not only when superclasses are MutableClassDescriptorLite, but
      any classes
      
       #KT-2115 Fixed
      9b2291d3