mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
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;
|
|
} |