为什么在方法B和C没问题的情况下不编译方法A?
class A { methodA() { } void methodB() { } static methodC() { } }
groovy
groovy ×1