Files
codeql/java/ql/integration-tests/posix-only/kotlin
Chris Smowton 14b8892ced Don't create interface forwarders for other interfaces, and target super accesses correctly
Intermediate interfaces don't need interface forwarders, since the Kotlin compiler won't try to make them non-abstract by synthesising methods.

Super references should always target an immediate superclass, not the ancestor containing the intended implementation.
2022-10-19 15:37:06 +01:00
..
2022-06-24 17:33:58 +01:00
2022-06-24 18:35:58 +01:00
2022-06-30 10:22:56 +01:00
2022-06-24 17:33:58 +01:00