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