Current section
Files
Jump to
Current section
Files
priv/test_files/unnecessary_function_arguments/weird.erl
%%% @doc This module contains weird function calls that used to crash hank
-module(weird).
-compile([export_all]).
-record(to, {a}).
record(Access) ->
(Access#to.a):record(field).
a_case(Statement) ->
using:case Statement of
to ->
determine;
the ->
function
end().