Temporarily disable returning un-cast value

This commit is contained in:
Michael Miller 2022-03-22 22:11:34 -06:00
parent 78dea01abe
commit d6fcf128ba
No known key found for this signature in database
GPG key ID: AC78B32D30CE34A2

View file

@ -243,7 +243,7 @@ module Spectator
# Stubbed method is abstract and there's no return type annotation.
# Return the value of the stub as-is.
# This may produce a "bloated" union of all known stub types.
%stub.value
raise "oof"
{% end %}
else
# A stub wasn't found, invoke the type-specific fallback logic.