summaryrefslogtreecommitdiff
path: root/test/files/run/t4072.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4072.scala')
-rw-r--r--test/files/run/t4072.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t4072.scala b/test/files/run/t4072.scala
index bff2e0c7d2..c035fcc22a 100644
--- a/test/files/run/t4072.scala
+++ b/test/files/run/t4072.scala
@@ -4,11 +4,11 @@ import scala.language.{ reflectiveCalls }
object Test {
class DryRun {
- val compiler = new Global(new Settings()) {
+ val compiler = new Global(new Settings()) {
lazy val test1 = new AnyRef
}
}
-
+
def main(args: Array[String]) {
new DryRun().compiler.test1
}