Hi! I am trying to build the kotlin/libraries proj...
# coroutines
v
Hi! I am trying to build the kotlin/libraries project. When I run
mvn package
, it stops with a test error in
CoroutinesReferenceValuesTest.testBadClass:56
. This line is
bad.startCoroutine(object : Continuation<BadClass> {