summaryrefslogblamecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation/result.test
blob: 37b2bae5e025f25952c79d756d0070583e7fe973 (plain) (tree)
1
2
3
4
5
                                                                          


                                                              
 
class ClassWithSelfAnnotation extends java.lang.Object with scala.AnyRef {
 this : ClassWithSelfAnnotation with java.lang.CharSequence =>
  def this() = { /* compiled code */ }
  def foo : scala.Int = { /* compiled code */ }
}