eric-milles commented on a change in pull request #1599:
URL: https://github.com/apache/groovy/pull/1599#discussion_r652012377



##########
File path: src/test/groovy/CategoryTest.groovy
##########
@@ -68,8 +68,21 @@ final class CategoryTest extends GroovyTestCase {
         }
     }
 
-    // GROOVY-5245
+    // GROOVY-10133
     void testCategoryDefinedProperties2() {
+        assertScript '''
+            class Cat {
+                static boolean isAbc(self) { true }
+                static boolean getAbc(self) { true }

Review comment:
       Fixed, thanks.  I also tested with the methods defined in the reverse 
order to be sure that wasn't a factor.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to