aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/t7011.scala
blob: 18d7aeee716190ef629d3e898b2f8e95af5546c0 (plain) (tree)
1
2
3
4
5
6
7






                         
object bar {
	def foo: Unit = {
    lazy val x = 42

    {()=>x}
  }
}