mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 23:51:37 +07:00
GitOrigin-RevId: d669b3447dce6186a10f8b807b86bb14f9b98f82
6 lines
88 B
Java
6 lines
88 B
Java
public class Test {
|
|
|
|
private String s;<caret>
|
|
|
|
@Deprecated private String foo;
|
|
} |