mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
38649ac539
GitOrigin-RevId: 3afbc697d94e692278ea74fe73fa3bc8982e50af
5 lines
153 B
Java
5 lines
153 B
Java
// "Create constant field 'SOME_REGEXP'" "true-preview"
|
|
interface IntroduceConstant {
|
|
String SOME_REGEXP = ;
|
|
String SOME_PATTERN = SOME_REGEXP;
|
|
} |