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 6f75016 commit a43787aCopy full SHA for a43787a
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