Skip to content
New issue

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

forAll should work for Array as well as Collection #22

Closed
russel opened this issue May 28, 2016 · 2 comments
Closed

forAll should work for Array as well as Collection #22

russel opened this issue May 28, 2016 · 2 comments

Comments

@russel
Copy link

russel commented May 28, 2016

forAll(x) {…}

works fine for:

val x = listOf(…)

but fails for:

val x = arrayOf(…)

there seems no reason for this.

@sksamuel
Copy link
Member

I'll fix this thanks.
On 28 May 2016 6:35 p.m., "Russel Winder" notifications@github.com wrote:

forAll(x) {…}

works fine for:

val x = listOf(…)

but fails for:

val x = arrayOf(…)

there seems no reason for this.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#22, or mute the thread
https://github.com/notifications/unsubscribe/AAtZGpiS1iBtwP5hsLgk5M37MY-Bx-8nks5qGG7NgaJpZM4IpHFk
.

@russel
Copy link
Author

russel commented May 28, 2016

Spendid. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants