Alexander Lapin created IGNITE-17464:
----------------------------------------
Summary: Network messages multiple inheritance code generation
issue.
Key: IGNITE-17464
URL: https://issues.apache.org/jira/browse/IGNITE-17464
Project: Ignite
Issue Type: Improvement
Reporter: Alexander Lapin
COMPILATION ERROR : Getter with name 'a' is already defined
is thrown in case of following network messages inheritance graph.
{code:java}
interface A
void a()
interface B extends A
interface C extends A
interface D extends B,C
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)