summaryrefslogblamecommitdiff
path: root/test/files/scalap/abstractMethod.check
blob: 0d0b1b74210e4f7ff306b77a5625f2badc8b83cf (plain) (tree)
1
2
3
4
5
                                           


                                                     
 
trait AbstractMethod extends scala.AnyRef {
  def $init$(): scala.Unit = { /* compiled code */ }
  def arity: scala.Int
  def isCool: scala.Boolean = { /* compiled code */ }
}