* Regression test for __overrides.

This commit is contained in:
Eelco Dolstra 2010-10-22 15:15:12 +00:00
parent 41c45a9b31
commit cf7e645a48
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
2

View File

@ -0,0 +1,9 @@
let
overrides = { a = 2; };
in (rec {
__overrides = overrides;
x = a;
a = 1;
}).x