mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: b570df26d740aacb84357b1fbdbb0ced890970f0
8 lines
147 B
Java
8 lines
147 B
Java
// "Create getter for 's'" "true-preview"
|
|
public class A extends Parent{
|
|
private String <caret>s;
|
|
}
|
|
|
|
class Parent {
|
|
public String getS() {}
|
|
} |