mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 07:57:19 +07:00
GitOrigin-RevId: e2ce96d9b941cb031efef54f952d59380949a2f9
6 lines
84 B
Java
6 lines
84 B
Java
class Foo {
|
|
void m(String s) {
|
|
Object obj;
|
|
obj = s.reqnonnull<caret>
|
|
}
|
|
} |