Files
2022-07-27 10:00:37 +00:00

6 lines
114 B
Java

// "Create local variable 'x'" "true-preview"
class other {
Runnable field = () -> {
Object x;
x};
}