mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
4 lines
148 B
Java
4 lines
148 B
Java
// "Create constant field 'SOME_REGEXP'" "true-preview"
|
|
class IntroduceConstant {
|
|
private static final String SOME_PATTERN = SOME_RE<caret>GEXP;
|
|
} |