Skip to content

Wrong class tag for ClassTag[Unit] #4205

New issue

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

Closed
nicolasstucki opened this issue Mar 28, 2018 · 1 comment
Closed

Wrong class tag for ClassTag[Unit] #4205

nicolasstucki opened this issue Mar 28, 2018 · 1 comment

Comments

@nicolasstucki
Copy link
Contributor

object Foo {
  def main(args: Array[String]): Unit = {
    println(implicitly[reflect.ClassTag[Unit]])
    println(implicitly[reflect.ClassTag[Unit]].getClass)
  }
}

on Dotty prints

scala.runtime.BoxedUnit
class scala.reflect.ClassTag$GenericClassTag

and on scalac prints

Unit
class scala.reflect.ManifestFactory$$anon$14
@nicolasstucki
Copy link
Contributor Author

We also do not encode correctly class tags for Any and AnyVal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant