mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
to handle, in particular, lazy initialization scenarios For instance, the statement "foo.bar = 42" should add a node "WRITE ACCESS foo.bar" containing the corresponding target expression. Additionally, "Unused local" inspection doesn't consider writes to attributes, since, strictly speaking, these are not local names.