Files
2022-09-26 17:31:54 +00:00

11 lines
200 B
Java

// "Replace '(FooBar)(foo)' with 'foobar'" "true-preview"
class FooBar {
public int baz;
int method(Object foo) {
foobar = null;
FooBar foobar = (FooBar)foo;
return foobar.baz;
}
}