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.
enum
1 parent f20ca3d commit 2627c10Copy full SHA for 2627c10
compiler/src/dotty/tools/dotc/printing/SyntaxHighlighting.scala
@@ -31,7 +31,7 @@ object SyntaxHighlighting {
31
private val tripleQs = Console.RED_B + "???" + NoColor
32
33
private val keywords: Seq[String] = for {
34
- index <- IF to INLINE // All alpha keywords
+ index <- IF to ENUM // All alpha keywords
35
} yield tokenString(index)
36
37
private val interpolationPrefixes =
0 commit comments