summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation.check
blob: 7a1c206e3314910ef7ff6585513c5d318262863c (plain) (blame)
1
2
3
4
5
class ClassWithSelfAnnotation extends scala.AnyRef {
 this: ClassWithSelfAnnotation with java.lang.CharSequence =>
  def this() = { /* compiled code */ }
  def foo: scala.Int = { /* compiled code */ }
}