mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
test++
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Test {
|
||||
void foo(Integer integer) {
|
||||
if (integer.intValue() == 0) {
|
||||
}
|
||||
}
|
||||
|
||||
void bar(){
|
||||
foo(new Integer(1));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user