Unfortunately, the previous code only detected superficial __overrides
and did not catch cases like `rec { __overrides.foo = 2; }`.
Change-Id: Ic38bdef1a6a3bdea91915aef44447f4ecc238259
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
{ __overrides = { foo = 2; }; foo = 2; }
|