mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
2 lines
57 B
Kotlin
2 lines
57 B
Kotlin
fun usesEnum(e: Enum<*>) = e.ordinal.toString() + e.name
|