summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation.scala
blob: 9e0398622a0869a88fb630cb84efc3d721a765d2 (plain) (blame)
1
2
3
4
class ClassWithSelfAnnotation {
  this: CharSequence =>
  def foo = 239
}