mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
If the interface is Java-defined and it provides a default interface implementation then real class-file default methods are being used and kotlinc won't synthesise anything. If the loaded .class file wasn't made by Kotlin, then we see all the real methods and there is no need to synthesise anything either.