kotlinx-lincheck
kotlinx-lincheck copied to clipboard
Improve representation of lambdas in the trace
Currently, code using lambdas looks like follows in the trace:
SpinLockTestKt.withLock(SpinLock#1, LivelockRunConcurrentRepresentationTest$block$t1$1$1) at LivelockRunConcurrentRepresentationTest.block$lambda$0(RunConcurrentRepresentationTests.kt:254)
We want to improve the representation of lambdas, making them less verbose and more readable.