mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
GitOrigin-RevId: f14c231ceb20e9fcb20f531a9e4856a75c9a37a7
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;
|