import java.math.BigDecimal; enum Colors { SPADES, DIAMOND, HEARTS, CLUBS; class A {} }