aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-scala2/i871.scala
blob: 2e5f100d87722fda9d646ebd2366bfefebe9d78e (plain) (blame)
1
2
3
4
trait Message {
  def first(x: Int)
  def second
}