-
Notifications
You must be signed in to change notification settings - Fork 21
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
unchecked TypeRef match in interpreter/TypeStrings #6338
Comments
Imported From: https://issues.scala-lang.org/browse/SI-6338?orig=1 |
@paulp said: |
@paulp said: |
@paulp said: |
@harrah said: |
@paulp said: |
@paulp said: |
@adriaanm said: |
@retronym said: |
The following warning is generated during compilation of scalac (locker and quick):
It is likely a valid warning that results from ru.TypeRefTag not being visible for the pattern match. It should be straightforward to fix this particular warning, but in general, this is a problem with selective imports from Universe in reflection. I remember this general problem being discussed elsewhere (and Eugene wanting to be able to have XXTag imported whenever XX is imported), but I couldn't find an internals thread or bug report to link to.
The text was updated successfully, but these errors were encountered: