* Tests for domain checks.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
let {
|
||||
|
||||
f = {x, y : ["baz" "bat"]}: x + y;
|
||||
|
||||
body = f {x = "foo"; y = "bar";};
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Str("foobar")
|
||||
@@ -0,0 +1,7 @@
|
||||
let {
|
||||
|
||||
f = {x, y : ["baz" "bar" "bat"]}: x + y;
|
||||
|
||||
body = f {x = "foo"; y = "bar";};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user