mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
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.