mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Temporarily disable returning un-cast value
This commit is contained in:
parent
78dea01abe
commit
d6fcf128ba
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ module Spectator
|
||||||
# Stubbed method is abstract and there's no return type annotation.
|
# Stubbed method is abstract and there's no return type annotation.
|
||||||
# Return the value of the stub as-is.
|
# Return the value of the stub as-is.
|
||||||
# This may produce a "bloated" union of all known stub types.
|
# This may produce a "bloated" union of all known stub types.
|
||||||
%stub.value
|
raise "oof"
|
||||||
{% end %}
|
{% end %}
|
||||||
else
|
else
|
||||||
# A stub wasn't found, invoke the type-specific fallback logic.
|
# A stub wasn't found, invoke the type-specific fallback logic.
|
||||||
|
|
Loading…
Reference in a new issue