aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1653.scala
blob: ab5369e5f3616a6793fb07ff4cacaa1af7d86a8a (plain) (blame)
1
2
3
trait Foo {
  def foo() = new Unit with Foo  // error
}