We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compilerGeneratedReason
1 parent 7d927a7 commit 4e8d8a4Copy full SHA for 4e8d8a4
java/ql/lib/semmle/code/java/Element.qll
@@ -69,6 +69,8 @@ class Element extends @element, Top {
69
i = 10 and result = "Forwarder for Kotlin calls that need default arguments filling in"
70
or
71
i = 11 and result = "Forwarder for a Kotlin class inheriting an interface default method"
72
+ or
73
+ i = 12 and result = "Argument for enum constructor call"
74
)
75
}
76
0 commit comments