mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
9 lines
185 B
Java
9 lines
185 B
Java
// "Create enum constant 'Natural'" "false"
|
|
class ParagraphStyle {
|
|
TextDirection textDirection = TextDirection.Nat<caret>ural;
|
|
|
|
public enum TextDirection {
|
|
a(b;
|
|
int x;
|
|
}
|
|
} |