mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Mainly adds ones for primitive types. One peculiarity: the language specification states that the type of `super` is the same as the type of `this`, and _not_ the type of the superclass on which the method is actually accessed. This seems a bit strange to me, so I thought I would highlight it specifically. Also, I'm not entirely sure that the rules around type coercion for the various binary operators are 100% correct.