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
$ cat gh-bug-H.scala package miniboxing.tests.compile.bugH abstract class Color[@miniboxed Repr: Manifest] case class ColorEntry[@miniboxed T](r: T, g: T, b: T, a: T) abstract class FourColor[@miniboxed T: Manifest] extends Color[ColorEntry[T]] $ ../mb-scalac gh-bug-H.scala gh-bug-H.scala:5: error: [ occured while creating miniboxed constructor FourColor_D in class FourColor_D ] type mismatch; found : Class[miniboxing.tests.compile.bugH.ColorEntry[T]](classOf[miniboxing.tests.compile.bugH.ColorEntry]) required: Class[miniboxing.tests.compile.bugH.ColorEntry[Tsp]] abstract class FourColor[@miniboxed T: Manifest] extends Color[ColorEntry[T]] ^ one error found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: