mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 13:35:58 +07:00
GitOrigin-RevId: 5f6d408132c2e835434f2b19572e8e1e74fd572d
8 lines
150 B
Java
8 lines
150 B
Java
public class Test {
|
|
|
|
void test() {
|
|
String first = <selection>"First"</selection>;
|
|
String second = "First";
|
|
String third = "Third";
|
|
}
|
|
} |