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