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
#91261 needs to emit a stand-in method body that only contains one throw in certain cases. This is currently done explicitly (method-to-ir.c: method_make_alwaysthrow_typeloadfailure), but after discussion with @vargaz a different approach might be more advantageous. Try and use compilation restart to emit that dummy method body.
The text was updated successfully, but these errors were encountered:
#91261 needs to emit a stand-in method body that only contains one
throw
in certain cases. This is currently done explicitly (method-to-ir.c
:method_make_alwaysthrow_typeloadfailure
), but after discussion with @vargaz a different approach might be more advantageous. Try and use compilation restart to emit that dummy method body.The text was updated successfully, but these errors were encountered: