mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 23:52:27 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
7 lines
128 B
Java
7 lines
128 B
Java
// "Unwrap 'if' statement" "true-preview"
|
|
class X {
|
|
String m() {
|
|
boolean field = true;
|
|
return "one";
|
|
}
|
|
} |