Lambda-accepting UnsafeBufferOperations
need contracts for calls-in-place
#361
Labels
UnsafeBufferOperations
need contracts for calls-in-place
#361
Kotlin 2.0 can see through
inline fun
s now, but it does not infer calls-in-place.One workaround for #360 would be to do
except without the contract the compiler complains
bytesRead
is not initialized at the return.The text was updated successfully, but these errors were encountered: