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