Skip to content

Commit 730c3d3

Browse files
committed
Enabling lazy vals.
Unit tests still to-be-fixed
1 parent a159f71 commit 730c3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/Compiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Compiler {
5757
List(new TailRec),
5858
List(new PatternMatcher,
5959
new ExplicitOuter,
60-
// new LazyValTranformContext().transformer, // disabled, awaiting fixes
60+
new LazyValTranformContext().transformer, // disabled, awaiting fixes
6161
new Splitter),
6262
List(new ElimByName,
6363
new InterceptedMethods,

0 commit comments

Comments
 (0)