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