mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
9 lines
120 B
Java
9 lines
120 B
Java
import java.math.BigDecimal;
|
|
|
|
enum Colors {
|
|
SPADES,
|
|
DIAMOND,
|
|
HEARTS,
|
|
CLUBS;
|
|
<caret>private BigDecimal value;
|
|
} |