903976d9af
Related to #KT-25039
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
import Enum.*
|
|
|
|
fun useBecameNullable(e: Enum) {
|
|
println(e.becameNullable.string())
|
|
} |