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.
2 parents 614265d + 667e6df commit 9449ee4Copy full SHA for 9449ee4
docs/docs/reference/changed/lazy-vals-spec.md
@@ -40,7 +40,7 @@ class Foo {
40
flag = LazyVals.get(this, bitmap_offset)
41
LazyVals.STATE(flag, <field-id>) match {
42
case <state-0> =>
43
- if (LazyVals.CAS(this, bitmap_offset, flag, <state-1>)) {
+ if (LazyVals.CAS(this, bitmap_offset, flag, <state-1>, <field-id>)) {
44
try result = <RHS>
45
catch {
46
case ex =>
0 commit comments