Fixup op prec testcase

ghc92
Lennart Spitzner 2023-05-28 15:48:48 +02:00
parent a9091daeb9
commit 91a8c23989
1 changed files with 9 additions and 0 deletions

View File

@ -232,3 +232,12 @@ meow =
, something
]
)
#test operator-paren-alignment inside do and other op
func = do
other
( aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
**~ bbbbbbbbbbbbbbbbbb
**~ cccccccccccccccccccccccccccccccccccccccccccccccccc
)
== 13