We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361546c + 20d9b48 commit 8922c88Copy full SHA for 8922c88
compiler/src/dotty/tools/dotc/core/Contexts.scala
@@ -872,12 +872,12 @@ object Contexts {
872
/** The loader that loads the members of _root_ */
873
def rootLoader(root: TermSymbol)(using Context): SymbolLoader = platform.rootLoader(root)
874
875
- // Set up some phases to get started */
876
- usePhases(List(SomePhase))
877
-
878
/** The standard definitions */
879
val definitions: Definitions = new Definitions
880
+ // Set up some phases to get started */
+ usePhases(List(SomePhase))
+
881
/** Initializes the `ContextBase` with a starting context.
882
* This initializes the `platform` and the `definitions`.
883
*/
0 commit comments