computeWith

expect fun <T> computeWith(newValue: E, body: () -> T): T
actual fun <T> computeWith(newValue: E, body: () -> T): T
actual fun <T> computeWith(newValue: E, body: () -> T): T