mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: e7df218ea71800e71409de20474f43eb758e41de
5 lines
92 B
Java
5 lines
92 B
Java
// "Initialize variable 'X'" "true-preview"
|
|
interface Foo {
|
|
char X = 0 .Y;
|
|
int a = X;
|
|
} |