Skip to content

Commit

Permalink
Fix crash when selecting from an existential type (fix #187)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed Aug 12, 2018
1 parent fd3b075 commit 0d194bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rsc/src/main/scala/rsc/outline/Outliner.scala
Expand Up @@ -387,6 +387,8 @@ final class Outliner private (
case sym =>
FoundResolution(sym)
}
case TptWildcardExistential(_, tpt) =>
loop(tpt)
case _ =>
crash(tpt)
}
Expand Down

0 comments on commit 0d194bc

Please sign in to comment.