JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
564 stars 33 forks source link

Duplicated Counter class in test code #188

Closed iluxakom closed 1 month ago

iluxakom commented 1 year ago

https://kotlinlang.org/docs/introduction.html#write-and-run-the-test BasicCounterTest.kt test code contains Counter class which duplicates the one located in main.kt

ndkoval commented 1 month ago

The tutorial does not manipulate main.kt anymore, so I'm closing the issue.