mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
test++
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
int foo (Object o) {
|
||||
<selection>if (o == null) return 0;</selection>
|
||||
if (o == null) return 0;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user