summaryrefslogtreecommitdiff
path: root/test/files/run/t1747.scala
blob: bcda6b52d1191935c3db079fac31b00011eef0d7 (plain) (blame)
1
2
3
4
5
6
object Foo extends Foo {
  def f {}
}
class Foo

object Test extends Application { Foo }