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


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