Github user shils commented on a diff in the pull request:

    https://github.com/apache/incubator-groovy/pull/23#discussion_r32766889
  
    --- Diff: src/test/groovy/transform/stc/BugsSTCTest.groovy ---
    @@ -650,4 +650,42 @@ Printer
                 List tmp = (List) m.get("some_key_here")     // <---  actually 
groovy crashes here!!
             '''
         }
    +
    +    // GROOVY-7416
    +    void testMethodsFromInterfacesOfSuperClassesShouldBeVisible() {
    +        assertScript '''
    +            import groovy.transform.CompileStatic
    +
    +            interface SomeInterface {
    +                void someInterfaceMethod()
    +            }
    +
    +            abstract class AbstractSuperClass implements SomeInterface {}
    +
    +            @CompileStatic
    --- End diff --
    
    Are the CompileStatic annotations here and in the following test necessary? 
BugsSTCTest extends StaticTypeCheckingTestCase.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to