summaryrefslogtreecommitdiff
path: root/test/files/run/t4897.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-4897 derive expected value from single typeAdriaan Moors2012-07-191-0/+1
when the type in a type test is, say, `C.this.A.type`, must use the corresponding term `C.this.A` to test for equality if you use the naive REF(<C.this.A.type>.symbol), you'll get a path like `OwnerOfA.this.A`, where `OwnerOfA` might be a superclass of `C`, and explicitouter won't like that