We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d084c02 commit 158abe7Copy full SHA for 158abe7
test/grpc/server/adapters/report_exception_test.exs
@@ -11,6 +11,7 @@ defmodule ExceptionServer do
11
@impl true
12
def handle_cast(:case_boom, state) do
13
a = fn -> :ok end
14
+
15
case a.() do
16
:error -> :boom
17
end
0 commit comments