Fix S5944 FP: AddressOf(MethodName) in Return statement #9553
Labels
Area: VB.NET
VB.NET rules related issues.
Type: False Positive
Rule IS triggered when it shouldn't be.
First reported here https://community.sonarsource.com/t/119507
The use of
AddressOf TestFunc
in a return statement is not an assignment to the implicit return value variableTestFunc
:The text was updated successfully, but these errors were encountered: