mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Kotlin: Mark enum class special members as cmopiler-generated
This commit is contained in:
@@ -55,6 +55,8 @@ class Element extends @element, Top {
|
||||
i = 3 and result = "Default property accessor"
|
||||
or
|
||||
i = 4 and result = "Class initialisation method <clinit>"
|
||||
or
|
||||
i = 5 and result = "Enum class special member"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user