Commit 9c6d60d4 authored by Him188's avatar Him188

Make isRemoved inline

parent 1457254e
......@@ -703,7 +703,7 @@ internal open class Node<E>(
}
@PublishedApi
internal fun <E> Node<E>.isRemoved() = this.removed.value
internal inline fun <E> Node<E>.isRemoved() = this.removed.value
@PublishedApi
@Suppress("NOTHING_TO_INLINE")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment