mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
- don't do anything for interfaces because there's no point in generating abstract methods which are already abstract in supertypes - don't use getDeclaredFunctionByRawSignature, check function signature manually instead - don't use isOrOverridesSynthesized because 'toArray' is never synthesized