Skip to content

Commit efcd164

Browse files
committed
Fix return type of phi, closes #14621
1 parent b29c83a commit efcd164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types/descr.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ defmodule Module.Types.Descr do
14911491

14921492
case cache do
14931493
%{^cache_key => value} ->
1494-
value
1494+
{value, cache}
14951495

14961496
%{} ->
14971497
# Compute result and cache it

0 commit comments

Comments
 (0)