Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
EnumCommas.decompiledText.txt
blob: 39300a213060f5f88c7c6af19df8e3efd0f55275 [
file
]
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
public final enum class Color private constructor() : kotlin.Enum<Color> {
NORTH,
SOUTH,
WEST,
EAST;
}