-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Lift a Class[T] to an Expr[Class[T]] #3947
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
Comments
It looks like having |
|
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 26, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 26, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 26, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 26, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 27, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 27, 2018
nicolasstucki
added a commit
that referenced
this issue
Mar 29, 2018
Fix #3947: Support lifting of java.lang.Class
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to lift class tags to be able to lift
Array
. AClassTag
can be constructed with ajava.lang.Class
, hence we should be able to lift ajava.lang.Class
.The text was updated successfully, but these errors were encountered: