mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 02:33:48 +07:00
8 lines
140 B
Java
8 lines
140 B
Java
class A {
|
|
void f(String p){
|
|
String <caret>t;
|
|
if (p == null)
|
|
t = "1";
|
|
System.out.println("");
|
|
}
|
|
} |