summaryrefslogblamecommitdiff
path: root/test/files/scalap/abstractMethod/A.scala
blob: 419abdaa67ec1648130e182ab16f74ce99eda725 (plain) (tree)
1
2
3
4



                      
trait AbstractMethod {
  def arity: Int
  def isCool = true
}