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 42eb08a commit 2143474Copy full SHA for 2143474
tests/init/pos/Parsers.scala renamed to tests/init/pos/ParserLocation.scala
@@ -1,4 +1,4 @@
1
-object Parsers {
+object ParserLocation {
2
enum Location(val inParens: Boolean, val inPattern: Boolean, val inArgs: Boolean):
3
case InParens extends Location(true, false, false)
4
case InArgs extends Location(true, false, true)
0 commit comments