We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/DmytroMitin/AUXify/blob/master/meta-out/target/scala-2.12/src_managed/main/scala/com/github/dmytromitin/auxify/meta/AuxIn.scala
looses variance for class B[+T >: Null <: AnyRef : Ordering, ... -_[+_ <: AnyRef] <: AnyRef] ... type U4[+_ <: AnyRef] <: AnyRef type Aux[T >: Null <: AnyRef ..., tparam$meta$9[+_ <: AnyRef]... type U4[tparam$meta$8 <: AnyRef] = U40$meta$6[tparam$meta$8
class B[+T >: Null <: AnyRef : Ordering, ... -_[+_ <: AnyRef] <: AnyRef]
type U4[+_ <: AnyRef] <: AnyRef
type Aux[T >: Null <: AnyRef ...
tparam$meta$9[+_ <: AnyRef]...
type U4[tparam$meta$8 <: AnyRef] = U40$meta$6[tparam$meta$8
what to do with view and context bounds?
The text was updated successfully, but these errors were encountered:
temporaly ignore test #11
6af78cf
No branches or pull requests
https://github.com/DmytroMitin/AUXify/blob/master/meta-out/target/scala-2.12/src_managed/main/scala/com/github/dmytromitin/auxify/meta/AuxIn.scala
looses variance for
class B[+T >: Null <: AnyRef : Ordering, ... -_[+_ <: AnyRef] <: AnyRef]
...type U4[+_ <: AnyRef] <: AnyRef
type Aux[T >: Null <: AnyRef ...
,tparam$meta$9[+_ <: AnyRef]...
type U4[tparam$meta$8 <: AnyRef] = U40$meta$6[tparam$meta$8
what to do with view and context bounds?
The text was updated successfully, but these errors were encountered: