mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 14:21:27 +07:00
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
5 lines
92 B
Java
5 lines
92 B
Java
class Test {
|
|
Object f(Object result) {
|
|
return x == null ? null : <caret>
|
|
}
|
|
} |