We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e927f4 commit 490877eCopy full SHA for 490877e
src/dotty/tools/dotc/Compiler.scala
@@ -45,10 +45,8 @@ class Compiler {
45
List(new RefChecks,
46
new ElimRepeated,
47
new ElimLocals,
48
- new ExtensionMethods),
49
- List(new TailRec), // TailRec needs to be in its own group for now.
50
- // Otherwise it produces -Ycheck incorrect code for
51
- // file core/Decorators.scala.
+ new ExtensionMethods,
+ new TailRec),
52
List(new PatternMatcher,
53
new ExplicitOuter,
54
new Splitter),
0 commit comments