Open ygb8745 opened 2 years ago
Code like:
handle_call(_Request, _From, State) -> case VarB = fun_b() of a -> a; _ -> VarB end, {reply, ok, State}. fun_b()-> b.
The plugin will notify that the first VarB is unused and the second VarB is unbound.
-- Environment info: IntelliJ IDEA version: IntelliJ IDEA 2022.1.4 Erlang plugin version: 0.11.1142
Code like:
The plugin will notify that the first VarB is unused and the second VarB is unbound.
-- Environment info: IntelliJ IDEA version: IntelliJ IDEA 2022.1.4 Erlang plugin version: 0.11.1142