Skip to content

Enhancement DIAG_UNREACHABLE_CODE #1110

Closed
@Nexela

Description

@Nexela

If all paths of an if/else return code below it is unreachable

if true then
  return false
elseif true and true
 return false
else
  return false
end
return true -- unreachable code

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions