mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 16:25:33 +07:00
GitOrigin-RevId: 6e9389c6d8b88bfa91de6c658cfc51039bfeefca
8 lines
157 B
Java
8 lines
157 B
Java
// "Create read-only property 'field' in 'Test'" "true-preview"
|
|
public class Test {
|
|
Integer field;
|
|
public foo() {
|
|
get<caret>Field();
|
|
}
|
|
}
|