summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation.check
blob: 82bbd9e8dfd0460bb2bd54b3d3e4c5b3e139d2aa (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 */ }
}