The documentation of the contract `callsInPlace` r...
# getting-started
c
The documentation of the contract
callsInPlace
reads "A function declaring the callsInPlace effect must be inline." Yet,
withContext
(KotlinX.Coroutines) declares a
callsInPlace
effect without being inline. Is it a mistake?