++/ indexing fails #39

Closed
opened 2025-07-09 17:30:52 +03:00 by sergeych · 0 comments
Owner
val x = Buffer(1,2,3)
x[1]++
assertEquals(3, x[1]) // fails

That could be the same with other indexing too!

val x = Buffer(1,2,3) x[1]++ assertEquals(3, x[1]) // fails That could be the same with other indexing too!
sergeych added the
bug
label 2025-07-09 17:30:52 +03:00
sergeych changed title from ++ woth indexing fails: to ++/ indexing fails 2025-07-09 17:31:06 +03:00
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SergeychWorks/lyng#39
No description provided.