DavidFeldhoff / al-codeactions

MIT License
17 stars 8 forks source link

Find return type of new procedure does not work if the procedure call is inside a validate-Statement #114

Closed DavidFeldhoff closed 3 years ago

DavidFeldhoff commented 3 years ago

I want to create a procedure Customer.Validate("No.", GetNextNo()); But the return type of GetNextNo is not identified correctly.