mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
GitOrigin-RevId: a2d102bb75c6f0f213cfe79928909f8501be6ca7
5 lines
102 B
Java
5 lines
102 B
Java
// "Annotate field 'field' as '@NonNls'" "true-preview"
|
|
class Foo {
|
|
String field = "t<caret>ext";
|
|
}
|