mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
9 lines
105 B
Java
9 lines
105 B
Java
import java.math.BigDecimal;
|
|
|
|
enum Colors {
|
|
SPADES,
|
|
DIAMOND,
|
|
HEARTS,
|
|
CLUBS;
|
|
<caret>class A {}
|
|
} |