blob: 4ab1aab62480ea684e8afbb2df58aa973c98405d [file]
import Enum.*
fun useBecameNullable(e: Enum) {
println(e.becameNullable?.string())
}