mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
4 lines
131 B
Java
4 lines
131 B
Java
// "Create constant field 'SOME_REGEXP'" "true-preview"
|
|
interface IntroduceConstant {
|
|
String SOME_PATTERN = SOME_RE<caret>GEXP;
|
|
} |