Add test eval-okay-nested-with
This commit is contained in:
@@ -0,0 +1 @@
|
||||
2
|
||||
@@ -0,0 +1,3 @@
|
||||
with { x = 1; };
|
||||
with { x = 2; };
|
||||
x
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
2
|
||||
@@ -0,0 +1,3 @@
|
||||
with { x = 1; };
|
||||
with { x = 2; };
|
||||
x
|
||||