Skip to content

Commit 4e8d8a4

Browse files
committed
Add compilerGeneratedReason for enum constructor call arguments
1 parent 7d927a7 commit 4e8d8a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/semmle/code/java/Element.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ class Element extends @element, Top {
6969
i = 10 and result = "Forwarder for Kotlin calls that need default arguments filling in"
7070
or
7171
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"
7274
)
7375
}
7476
}

0 commit comments

Comments
 (0)