Anton Pryamostanov created GROOVY-8931:
------------------------------------------
Summary: AstNodeToScriptVisitor - wrong "extends/implements" order
Key: GROOVY-8931
URL: https://issues.apache.org/jira/browse/GROOVY-8931
Project: Groovy
Issue Type: Bug
Reporter: Anton Pryamostanov
When the below code is restored using GroovyConsole (AstNodeToScriptVisitor),
the restored code has
Original code:
{code}
class Foo extends Object implements Runnable {
void run() {}
}
{code}
Restored by AstNodeToScriptVisitor:
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)