mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Kotlin: Add test case for missing enum constants
This commit is contained in:
@@ -1 +1,3 @@
|
||||
fun usesEnum(e: Enum<*>) = e.ordinal.toString() + e.name
|
||||
|
||||
enum class E { A, B, C }
|
||||
|
||||
Reference in New Issue
Block a user