Make companion object private to avoid its presence in public API
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class CoroutineImpl(
|
||||
abstract class CoroutineImplForNamedFunction(
|
||||
completion: Continuation<Any?>?
|
||||
) : CoroutineImpl(0, completion), Continuation<Any?> {
|
||||
companion object {
|
||||
private companion object {
|
||||
private const val LAST_BIT_MASK = 1 shl 31
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user