aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i871.scala
blob: d8e1111a0debdb95008f455cb7fd4de0dfc0add8 (plain) (blame)
1
2
3
4
5
trait Message {
  def first(x: Int)
  def second
    1
}