Files
2023-07-13 12:05:33 +00:00

5 lines
92 B
Java

// "Initialize variable 'X'" "true-preview"
interface Foo {
char X = 0 .Y;
int a = X;
}