mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
7 lines
176 B
Java
7 lines
176 B
Java
class KeepSignature {
|
|
void hello() {
|
|
<selection>System.out.println("Foo");</selection>
|
|
System.out.println("Bar");
|
|
System.out.println("Foo");
|
|
}
|
|
} |