summaryrefslogtreecommitdiff
path: root/test/files/neg/t712.check
blob: 831e943063546abd167a149d9a821f8facca501c (plain) (blame)
1
2
3
4
5
t712.scala:10: error: value self is not a member of B.this.ParentImpl
 Note: implicit method coerce is not applicable here because it comes after the application point and it lacks an explicit result type
  implicit def coerce(p : ParentImpl) = p.self;
                                          ^
one error found