Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
)
}