aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t1747.scala
blob: f2b51a2537a864dd7f4075df8df651a334bc0c89 (plain) (blame)
1
2
3
4
5
6
object Foo extends Foo {
  def f: Unit = {}
}
class Foo

object Test extends dotty.runtime.LegacyApp { Foo }