mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 06:39:33 +07:00
GitOrigin-RevId: f08d2d54594410e441e8367df7a5e246116a90bf
7 lines
153 B
Java
7 lines
153 B
Java
class Test {
|
|
String s1 = getString();
|
|
String s = s1 != null ? <selection>s1.trim()</selection> : "";
|
|
|
|
native String getString();
|
|
}
|