summaryrefslogblamecommitdiff
path: root/test/files/neg/t6263.check
blob: 9e9c7c615b99f6f186e96168139cc412b004021d (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                 


                                                             


                 
t6263.scala:5: error: type mismatch;
 found   : A.this.c.type (with underlying type C)
 required: AnyRef
Note that C extends Any, not AnyRef.
Such types can participate in value classes, but instances
cannot appear in singleton types or in reference comparisons.
  type t = c.type
           ^
one error found