Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4e1f65a4173cb03ef0028d544df19e7e069c9350
/
.
/
jps-plugin
/
testData
/
incremental
/
classHierarchyAffected
/
enumEntryRemoved
/
use.kt
blob: d64d3769328f6c67190994b51ae9a6c64bf3f5a2 [
file
]
import
Enum
.*
fun
use
(
e
:
Enum
):
String
=
when
(
e
)
{
A
->
"A"
B
->
"B"
C
->
"C"
}