We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlinx.coroutines/common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/channels/TestChannelKind.kt
Lines 30 to 33 in dae510b
The enum entry is called ARRAY_10 but the ArrayChannel is of size 8, which is inconsistent with the rest of the enum entries.
ARRAY_10
ArrayChannel
8
The text was updated successfully, but these errors were encountered:
I already fixed that in develop
develop
Sorry, something went wrong.
No branches or pull requests
kotlinx.coroutines/common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/channels/TestChannelKind.kt
Lines 30 to 33 in dae510b
The enum entry is called
ARRAY_10
but theArrayChannel
is of size8
, which is inconsistent with the rest of the enum entries.The text was updated successfully, but these errors were encountered: