Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
when
/
enum.kt
blob: 6b3f2dcbd87b231e8998574c612c48d5df621229 [
file
]
enum
class
MyEnum
{
FIRST
SECOND
}
fun foo
()
{
val a
=
MyEnum
.
FIRST
<selection>
a
</
selection
>
}