summaryrefslogtreecommitdiff
path: root/test/files/pos/t2038.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-2038 make pt fully-defined when typing TypedAdriaan Moors2012-07-231-0/+5
dropExistential turns existentials in the expected type (pt) that's passed to `typed` into `BoundedWildcardType`s, but those should not end up in trees when typing a `Typed` node, we didn't check for the type being fully defined (`isFullyDefined`) (and thus did not make it fully defined by turning these BWTs into existentials again using `makeFullyDefined`)