mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 14:00:54 +07:00
GitOrigin-RevId: 12e91605bf8901d98d56b8d8dc3a348d4b1ae935
9 lines
158 B
Java
9 lines
158 B
Java
public class Test {
|
|
void foo() {
|
|
findTargetElement(
|
|
<caret>REFERENCED_ELEMENT_ACCEPTED
|
|
| SUPER_ACCEPTED,
|
|
offset
|
|
);
|
|
}
|
|
} |