Closed clarisma closed 2 years ago
A polyform query has multiple selectors that target different feature types, e.g. wa, a.
wa, a
NPE occurs if second selector targets fewer types than the first. If selectors are reversed, query executes normally, e.g. nw, n fails, w, nw executes normally.
nw, n
w, nw
A polyform query has multiple selectors that target different feature types, e.g.
wa, a
.NPE occurs if second selector targets fewer types than the first. If selectors are reversed, query executes normally, e.g.
nw, n
fails,w, nw
executes normally.