Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
enum
/
enumMissingName.kt
blob: c1f009ea8e762f6e71b0489e39633e3c10930de7 [
file
]
// FIR_IDENTICAL
// Error: name should present
enum
class
<!
SYNTAX
!><!>(
val rgb
:
Int
)
{
RED
(
0xFF000
),
GREEN
(
0x00FF00
),
BLUE
(
0x0000FF
)
}