1. 21 4月, 2012 2 次提交
    • S
      di: store everything in fields · 994e6fe0
      Stepan Koltsov 提交于
      needed to implement @PreDestroy
      994e6fe0
    • A
      KT-1835 cannot call a Java API which has a method from(String) and from(String...) · a31edfc3
      Andrey Breslav 提交于
      The problem was in the "more specific" relation, that didn't pay enough attention to varargs.
      The correct behavior is in the spirit of JLS 15.12.2 (as of Java 5):
       * a fixed-arity function always wins over a variable-arity functions
       * if two vararg functions are compared, their parameters are checked for subtyping.
        In the latter case, the candidates may have different number of formal parameters, so we
        compare the matching parts and then check the rest against the vararg parameter.
      
       #KT-1835 Fixed
      a31edfc3
  2. 20 4月, 2012 4 次提交
  3. 19 4月, 2012 8 次提交
  4. 18 4月, 2012 4 次提交
  5. 17 4月, 2012 3 次提交
  6. 16 4月, 2012 2 次提交
  7. 13 4月, 2012 2 次提交
  8. 12 4月, 2012 3 次提交
  9. 11 4月, 2012 3 次提交
  10. 10 4月, 2012 4 次提交
  11. 09 4月, 2012 3 次提交
  12. 08 4月, 2012 2 次提交