egorand
inline class Password(val password: MutableList<String>) { var foo: String set(value) { password.add(value) } }