mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
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();
|
|
}
|