Add some cursed test cases
This commit is contained in:
parent
070900db8f
commit
5a7548bd32
1
samples/desugaring-inherit.nix
Normal file
1
samples/desugaring-inherit.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ inherit (__trace "foo" { a = 1; b = 1; }) a b; }.a
|
1
samples/desugaring-mul.nix
Normal file
1
samples/desugaring-mul.nix
Normal file
|
@ -0,0 +1 @@
|
|||
let __mul = __getAttr; in "a" * {a = 1;}
|
Loading…
Reference in a new issue