summaryrefslogtreecommitdiff
path: root/test/files/run/t9689/bug_1.scala
blob: 1dfd7bdad8313bef04e3c0e23bc01e85a847ee5c (plain) (blame)
1
2
3
4
5
6
7
8
package bug
 
object Wrap {
  trait Foo {
    def foo: Unit = println("ok")
  }
}