mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +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;
|