mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Extract container of adapter function as compiler generated
This commit is contained in:
@@ -228,3 +228,5 @@ modifiers
|
||||
| reflection.kt:116:40:116:44 | ...::... | reflection.kt:116:40:116:44 | invoke | override |
|
||||
| reflection.kt:116:40:116:44 | ...::... | reflection.kt:116:40:116:44 | invoke | public |
|
||||
| reflection.kt:126:9:126:13 | ...::... | reflection.kt:126:9:126:13 | invoke | public |
|
||||
compGenerated
|
||||
| reflection.kt:126:9:126:13 | | 1 |
|
||||
|
||||
@@ -86,3 +86,5 @@ query predicate modifiers(ClassInstanceExpr e, Method m, string modifier) {
|
||||
e.getAnonymousClass().getAMethod() = m and
|
||||
m.hasModifier(modifier)
|
||||
}
|
||||
|
||||
query predicate compGenerated(Top t, int i) { compiler_generated(t, i) }
|
||||
|
||||
Reference in New Issue
Block a user