mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
disable "create enum constant" when executing it would result in psi/text inconsistency
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Create enum constant 'Natural'" "false"
|
||||
class ParagraphStyle {
|
||||
TextDirection textDirection = TextDirection.Nat<caret>ural;
|
||||
|
||||
public enum TextDirection {
|
||||
a(b;
|
||||
int x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user