aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t7011.scala
blob: f1f71b9beaaec9fa292cecede8dd45f4c29b62ce (plain) (blame)
1
2
3
4
5
6
7
object bar {
    def foo: Unit = {
    lazy val x = 42

    {()=>x}
  }
}