elect
03/09/2018, 7:26 PMvar
with custom get and set methods because they are in an interface.. isn't there any other way?christopher
03/09/2018, 7:28 PMinterface Foo {
var foo: String
get() = ""
set(value) {}
}
elect
03/09/2018, 7:30 PMAndreas Sinz
03/09/2018, 7:30 PMelect
03/09/2018, 7:30 PMget*
and set*
, or?christopher
03/09/2018, 7:30 PMAndreas Sinz
03/09/2018, 7:31 PMget*
with a property gets very tricky in mixed inheritance architectureselect
03/09/2018, 7:31 PMchristopher
03/09/2018, 7:57 PMelect
03/09/2018, 7:57 PMAndreas Sinz
03/09/2018, 8:11 PMelect
03/09/2018, 8:11 PM