Projection on nonexistant singleton type in constructor parameter crashes compiler #9070
Comments
|
Imported From: https://issues.scala-lang.org/browse/SI-9070?orig=1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is sufficient to cause a compiler crash:
assuming
cdoes not exist.This gives the expected error in Scala 2.10.4, and the attached stacktrace in Scala 2.11.4.
The text was updated successfully, but these errors were encountered: