Fix warnings in compiler code and tests
This commit is contained in:
committed by
Alexander Udalov
parent
ebfbc2f601
commit
d9efc2d922
@@ -27,7 +27,6 @@ internal actual constructor(
|
||||
|
||||
private companion object {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
@JvmStatic
|
||||
private val RESULT = AtomicReferenceFieldUpdater.newUpdater<SafeContinuation<*>, Any?>(
|
||||
SafeContinuation::class.java, Any::class.java as Class<Any?>, "result"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user