Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06a89a0061108200c9df4e3eb11c8efa06e75eed
/
.
/
native
/
native.tests
/
testData
/
klib
/
dump-ir
/
enum.kt
blob: 6ac08df192efad37d754667ab06efb311493cef3 [
file
]
// FIR_IDENTICAL
package
test
enum
class
Color
(
val rgb
:
Int
)
{
RED
(
0xFF0000
),
GREEN
(
0x00FF00
),
BLUE
(
0x0000FF
)
}