summaryrefslogtreecommitdiff
path: root/test/files/scalap/abstractMethod/A.scala
blob: 419abdaa67ec1648130e182ab16f74ce99eda725 (plain) (blame)
1
2
3
4
trait AbstractMethod {
  def arity: Int
  def isCool = true
}