Files
kotlin-fork/compiler
Alexander Udalov be5ba7fa0d Migrate PropagationHeuristics from PSI to JavaElement
Aside from refactorings, minor changes in logic are made:
- to find out if a type of a value parameter is vararg ('ellipsis type'), we
  now check if the method is vararg and the parameter is its last parameter
  (instead of 'instanceof PsiEllipsisType')
- 'visitedSuperclasses' is now a Set: this better reflects what it's supposed
  to represent. Also result check of the 'add()' method on a List was useless
2013-09-04 21:55:03 +04:00
..
2013-07-05 20:23:25 +04:00
2013-09-03 22:26:05 +04:00
2013-07-23 17:34:33 +04:00
2013-09-04 21:55:00 +04:00