DavidFeldhoff / al-codeactions

MIT License
17 stars 8 forks source link

[Bug] Create Overload procedure does not work in combination with unnamed return values (missing Exit) #121

Closed fvet closed 2 years ago

fvet commented 3 years ago

When creating an overload procedure for a function that has a named return value, the content of current procedure needs to be replaced by a call to the new procedure + exit statement

returnvalueunnamed