Skip to content

Commit 6c66264

Browse files
committed
Disable PrivateToStatic until it is fixed.
1 parent 548d630 commit 6c66264

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
@@ -63,7 +63,7 @@ class Compiler {
6363
List(new LambdaLift,
6464
new Flatten,
6565
new RestoreScopes),
66-
List(new PrivateToStatic, new CollectEntryPoints, new LabelDefs),
66+
List(/*new PrivateToStatic,*/ new CollectEntryPoints, new LabelDefs),
6767
List(new GenBCode)
6868
)
6969

0 commit comments

Comments
 (0)