mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
7 lines
136 B
Java
7 lines
136 B
Java
// "Unwrap 'if' statement" "true-preview"
|
|
class X {
|
|
void f(){
|
|
while (true) {
|
|
continue;//comment
|
|
}
|
|
}} |