firefly
firefly copied to clipboard
-type module attribute may (optionally) use parentheses
EIR parser does not support -type module attribute if it uses parentheses like
-type(chars() :: [char() | any()]).
vs the more common
-type chars() :: [char() | any()].
Affects the following files in OTP:
lib/eunit/src/eunit_surefire.erllib/kernel/src/application.erllib/stdlib/src/erl_eval.erllib/stdlib/src/file_sorter.erllib/stdlib/src/qlc.erllib/stdlib/src/sofs.erl