extending the following interface ```public interf...
# getting-started
e
extending the following interface
Copy code
public interface Named {
    String getName();
is there a way to overwrite that in an extending class using a plain field (
var name: String
) instead of using mandatory a method?
e
e
damn, I even voted for it... I totally forgot 😄 thanks