xref: /Universal-ctags/Units/parser-elm.r/elm-bad-lines.d/input-3.elm (revision 94e964efcdb54004e666334f92f6bee597c7ab96)
1-- Should be able to ignore a function where only part of the body
2-- parses successfully
3
4input3a i3_1 i3_2 =
5    (]? x &&
6
7input3b = 1
8
9input3c i3_1 i3_2 =
10    (]? x &&
11
12input3d = 1
13
14