Skip to content

3.0.1

Compare
Choose a tag to compare
@xvik xvik released this 13 Oct 05:38
· 124 commits to master since this release
  • Fix cycled declarations detection (T extends Something<T>)
  • Add GenericUtils.orderVariablesForResolution method for ordering type variable declarations
  • Partial (#3) fix: support reversed generics declaration order on class
  • Fix method generics resolution as types instead of classes (#4)
  • Fix constructor generics resolution as types instead of classes