mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 06:01:00 +07:00
GitOrigin-RevId: f10e524166d16fbc55f73ed9a0a19fccd74e4739
5 lines
72 B
Java
5 lines
72 B
Java
class A {
|
|
public void foo() {
|
|
final int a = 1, b = 2, c = 3;
|
|
}
|
|
} |