target = if (note == null) {
Note().also { insert(it) }
} else {
note.also { update(it) }
}
target...
}
вот я тебе ответил
Обсуждают сегодня