mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-05 14:11:26 +07:00
8 lines
152 B
Java
8 lines
152 B
Java
// "Create field 'i' in 'A'" "true-preview"
|
|
class A {
|
|
private int i<caret>;
|
|
Object o = new Object() {
|
|
|
|
public void f(A a) {
|
|
a.i = 0;
|