You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Anton Pryamostanov (JIRA)" <ji...@apache.org> on 2018/12/18 10:11:00 UTC

[jira] [Created] (GROOVY-8931) AstNodeToScriptVisitor - wrong "extends/implements" order

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)