Files
codeql/java/ql/test
Chris Smowton 5086841b46 Kotlin: implement super-method calls
If we only look at the dispatch receiver, these show up like `this` references rather than `super` references, preventing flow through super-calls. The super-interface case requires properly noting that interface methods with a body get a `default` modifier in order to avoid QL discarding the method as a possible callee.
2022-07-26 17:03:46 +01:00
..
2022-07-26 11:06:11 +02:00
2022-06-28 10:10:27 +02:00
2019-01-07 13:25:20 +01:00
2021-08-19 14:09:35 -07:00
2021-11-29 14:15:53 -05:00
2019-12-07 02:38:02 +01:00