mirror of
https://github.com/github/codeql.git
synced 2026-03-30 04:08:16 +02: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.