mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
5 lines
67 B
Java
5 lines
67 B
Java
class A {
|
|
void foo(@NotNull String p) {
|
|
<caret>
|
|
}
|
|
} |