From efdac16e04bc1cd64113ad22fb4aa8f5191a316f Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Mon, 14 May 2012 10:32:50 +0200 Subject: Closes SI-5796. --- test/files/pos/t5796.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos/t5796.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t5796.scala b/test/files/pos/t5796.scala new file mode 100644 index 0000000000..d05350c535 --- /dev/null +++ b/test/files/pos/t5796.scala @@ -0,0 +1,8 @@ +object Bug { + def foo() { + val v = { + lazy val s = 0 + s + } + } +} -- cgit v1.2.3