You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class A
def foo(f: Fn0<Void>) -> String
f().to_s
end
end
p A.new.foo{ 123 }
puts "ok"
Expected
Prints Void or something
Actual
PHINode should have one entry for each predecessor of its parent basic block!
%methodResult = phi %String* [ %result3, %Ret ]
in function A_foo
fatal error: error in backend: Broken function found, compilation aborted!
The text was updated successfully, but these errors were encountered:
Given
Expected
Prints
Void
or somethingActual
The text was updated successfully, but these errors were encountered: