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 9b74ac1 commit 7044e39Copy full SHA for 7044e39
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -270,7 +270,7 @@ class Namer { typer: Typer =>
270
271
/** Check that flags are OK for symbol. This is done early to avoid
272
* catastrophic failure when we create a TermSymbol with TypeFlags, or vice versa.
273
- * A more complete check is done in checkWellformed.
+ * A more complete check is done in checkWellFormed.
274
*/
275
def checkFlags(flags: FlagSet) =
276
if (flags.isEmpty) flags
0 commit comments