-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Description of the issue
It is possible for a Stmt to enclose itself.
Is this expected behavior? If yes, maybe add a note to the docs?
import java
from Stmt s
where s.getEnclosingStmt() = s
select sLink to query:
https://lgtm.com/query/4871075667428522469/
Marcono1234