mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +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.