aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t6712.scala
blob: f70d1a8732c93592e48e80beef7d070ffe287d91 (plain) (blame)
1
2
3
4
5
class H {
  object O

  def foo(): Unit = { object O }
}