summaryrefslogtreecommitdiff
path: root/test/files/pos/t9920.scala
blob: 8612618cc4e6eac89cf5d91b7de460207581c746 (plain) (blame)
1
2
3
4
5
6
object Test {
  def o = {
    def i: Int = { i; 0 }
    i
  }
}