mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 17:16:50 +07:00
123242c4b2
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
5 lines
89 B
Java
5 lines
89 B
Java
class Test {
|
|
Object f(Object result) {
|
|
return x == null ? null<caret>
|
|
}
|
|
} |