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
The caller block created with the context menu option "create 'do something'" is always a "noreturn" no matters if the source block is a "defreturn" or a "defnoreturn"
To Reproduce
Steps to reproduce the behavior:
Create a procedures_defreturn block.
Open the context menu and select "create 'do something'"
This is the result:
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome v98.0.4758.102
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
The problem is that both procedures_defnoreturn and procedures_defreturn have the field callType_ assigned with "procedures_callreturn". After changing it from the console, it works.
The text was updated successfully, but these errors were encountered:
Describe the bug
The caller block created with the context menu option "create 'do something'" is always a "noreturn" no matters if the source block is a "defreturn" or a "defnoreturn"
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The problem is that both procedures_defnoreturn and procedures_defreturn have the field callType_ assigned with "procedures_callreturn". After changing it from the console, it works.
The text was updated successfully, but these errors were encountered: