You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.AssertionError: assertion failed: tag1: scala.Tuple2, tag2: scala.Product did not match
at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
at WrongClassTag$.main(wrong_classtag.scala:7)
at WrongClassTag.main(wrong_classtag.scala)
Expectation
The code should run without asserting. Which would happen if summon[ClassTag[Int *: Int *: EmptyTuple]] summoned the ClassTag for Tuple2.
The text was updated successfully, but these errors were encountered:
Compiler version
Tested on: 3.7.1-RC1, 3.7.0, 3.3.5
Minimized code
Output
Expectation
The code should run without asserting. Which would happen if
summon[ClassTag[Int *: Int *: EmptyTuple]]
summoned the ClassTag forTuple2
.The text was updated successfully, but these errors were encountered: