mirror of
https://github.com/github/codeql.git
synced 2026-03-30 04:08:16 +02:00
2 lines
57 B
Kotlin
2 lines
57 B
Kotlin
fun usesEnum(e: Enum<*>) = e.ordinal.toString() + e.name
|