Files
2022-11-02 12:49:31 +00:00

8 lines
157 B
Java

// "Create read-only property 'field' in 'Test'" "true-preview"
public class Test {
Integer field;
public foo() {
get<caret>Field();
}
}