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