mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
2 lines
57 B
Kotlin
2 lines
57 B
Kotlin
fun usesEnum(e: Enum<*>) = e.ordinal.toString() + e.name
|