Skip to content
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

crash in asSeenFrom #6184

Closed
scabug opened this issue Aug 4, 2012 · 4 comments
Closed

crash in asSeenFrom #6184

scabug opened this issue Aug 4, 2012 · 4 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Aug 4, 2012

https://groups.google.com/d/topic/scala-internals/5auoiA6Mxps/discussion

@scabug
Copy link
Author

scabug commented Aug 4, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6184?orig=1
Reporter: @adriaanm

@scabug
Copy link
Author

scabug commented Aug 8, 2012

@adriaanm said (edited on Aug 8, 2012 4:31:08 PM UTC):

trait Foo[TroubleSome] {
  type EdgeT <: Foo[TroubleSome]

  this match {
    case e: Foo[_]#EdgeT => ???
  }
}

@scabug
Copy link
Author

scabug commented Aug 8, 2012

@adriaanm said:
scala/scala#1092

@scabug
Copy link
Author

scabug commented Aug 14, 2012

@adriaanm said:
scala/scala#1120

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

2 participants