mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
11 lines
177 B
Java
11 lines
177 B
Java
class C {
|
|
void m() {
|
|
if (true) {
|
|
new Runnable() {};
|
|
int a = 1;
|
|
}
|
|
if (true) {
|
|
new Runnable() {};
|
|
}
|
|
}
|
|
} |