mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
GitOrigin-RevId: f10e524166d16fbc55f73ed9a0a19fccd74e4739
6 lines
78 B
Java
6 lines
78 B
Java
class A {
|
|
public void foo() {
|
|
var a = 1;var b = 2;
|
|
}
|
|
}
|
|
@interface X {} |