aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/t5796.scala
blob: 72ca89f7a4e0a037c6fde23f024f3a2c1891ea46 (plain) (tree)
1
2
3
4
5
6
7
8







                     
object Bug {
  def foo(): Unit = {
    val v = {
      lazy val s = 0
      s
    }
  }
}