mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
4bb02e9e68
GitOrigin-RevId: f7ab010a75203486f0c967ae5ba7c69db81ad812
9 lines
174 B
Java
9 lines
174 B
Java
// "Create method 'test'" "true"
|
|
public class Test {
|
|
void test(boolean b, Object obj) {
|
|
if (b || te<caret>st() == obj) {
|
|
// do smth
|
|
}
|
|
}
|
|
}
|