summaryrefslogblamecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation/result.test
blob: 9e20790fa2e04e9c842c1ccc3db0e37b934a4af0 (plain) (tree)
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 */ }
}