mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 10:58:45 +07:00
GitOrigin-RevId: 12043137a28a9de984f2065c7cdca3b049e10a87
13 lines
207 B
Java
13 lines
207 B
Java
import java.util.Formatter;
|
|
|
|
public class Test {
|
|
|
|
String message;
|
|
|
|
public void run() {
|
|
<selection>local();
|
|
System.out.println(message);</selection>
|
|
}
|
|
|
|
private void local(){}
|
|
} |