Skip to content

Commit

Permalink
Mention BoundedWildcardType in "a standard type pattern match".
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Aug 23, 2012
1 parent 2b4e718 commit 00e46b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reflect/scala/reflect/internal/Types.scala
Expand Up @@ -22,6 +22,8 @@ import util.ThreeValues._
// internal: error
case WildcardType =>
// internal: unknown
case BoundedWildcardType(bounds) =>
// internal: unknown
case NoType =>
case NoPrefix =>
case ThisType(sym) =>
Expand Down

0 comments on commit 00e46b3

Please sign in to comment.