Carp/test-for-errors/no_forms_in_match.carp

7 lines
130 B
Plaintext
Raw Normal View History

2019-02-01 18:12:55 +03:00
(Project.config "file-path-print-length" "short")
(defn no-forms-in-match []
(match (Maybe.Just 1)
; <nothing here>
))