summaryrefslogblamecommitdiff
path: root/test/files/scalap/abstractClass.check
blob: 95e80ac3c93a437496dfce058a3e9e5990d4f9ee (plain) (tree)
1
2
3
4
                                                   
                                      
                              
 
abstract class AbstractClass extends scala.AnyRef {
  def this() = { /* compiled code */ }
  def foo: scala.Predef.String
}