mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
15 lines
222 B
Java
15 lines
222 B
Java
class Test {
|
|
|
|
public void method1()
|
|
{
|
|
System.out.println(((1)));
|
|
;;
|
|
System.out.println(2);
|
|
}
|
|
|
|
public void method2()
|
|
{
|
|
<selection>System.out.println(1);
|
|
System.out.println(2);</selection>
|
|
}
|
|
} |