mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
9 lines
153 B
Java
9 lines
153 B
Java
// "Unwrap 'if' statement" "true-preview"
|
|
class X {
|
|
void f() {
|
|
if (tru<caret>e) {
|
|
int i = 0;
|
|
}
|
|
int i = 0;
|
|
}
|
|
} |