Skip to content

Commit 2143474

Browse files
committed
Rename test
I have probably hit 200 times this test instead of the real Parsers.scala when trying to open it. Enough!
1 parent 42eb08a commit 2143474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/pos/Parsers.scala renamed to tests/init/pos/ParserLocation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
object Parsers {
1+
object ParserLocation {
22
enum Location(val inParens: Boolean, val inPattern: Boolean, val inArgs: Boolean):
33
case InParens extends Location(true, false, false)
44
case InArgs extends Location(true, false, true)

0 commit comments

Comments
 (0)