Files
2022-05-02 16:17:29 +00:00

9 lines
181 B
Java

public class Test {
void foo() {
findTargetElement(
<selection> <caret>REFERENCED_ELEMENT_ACCEPTED
| SUPER_ACCEPTED</selection>,
offset
);
}
}