We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5801262 commit 81c6d6eCopy full SHA for 81c6d6e
library/src/scala/runtime/LazyVals.scala
@@ -45,6 +45,7 @@ object LazyVals {
45
46
/* ------------- Start of public API ------------- */
47
48
+ // This trait extends Serializable to fix #16806 that caused a race condition
49
sealed trait LazyValControlState extends Serializable
50
51
/**
0 commit comments