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 b37a2a8 commit 5debb09Copy full SHA for 5debb09
src/dotty/tools/dotc/core/Phases.scala
@@ -291,7 +291,11 @@ object Phases {
291
*/
292
def relaxedTyping: Boolean = false
293
294
- /** Overridden by FrontEnd */
+ /** Is this phase the standard typerphase? True for FrontEnd, but
295
+ * not for other first phases (such as FromTasty). The predicate
296
+ * is tested in some places that perform checks and corrections. It's
297
+ * different from isAfterTyper (and cheaper to test).
298
+ */
299
def isTyper = false
300
301
def exists: Boolean = true
0 commit comments