blob: 2136b872f62023269519cf593b94ec39241a1773 [file]
import Enum.*
fun useUnchanged(e: Enum) {
println(e.unchanged.string())
}