访问此类属性可能产生意外的结果。
示例:
class X { boolean isFoo() { true } boolean getFoo() { false } } // getFoo() will be called new X().foo