dc9d5cdf35
Special getter names (like Collection.size()) can be used only in Java classes with all-java super-types Because if there is a kotlin class (not interface) in the middle, we 'materialize' special getters to properties.