Skip to content

Commit

Permalink
tests: enable member/{2,3} tests (#98)
Browse files Browse the repository at this point in the history
Fixes #96.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed Dec 3, 2021
1 parent 3ff0466 commit be173dc
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,45 @@
"type": "function"
}
},
{
"name": "internal.member_2",
"decl": {
"args": [
{
"type": "any"
},
{
"type": "any"
}
],
"result": {
"type": "boolean"
},
"type": "function"
},
"infix": "in"
},
{
"name": "internal.member_3",
"decl": {
"args": [
{
"type": "any"
},
{
"type": "any"
},
{
"type": "any"
}
],
"result": {
"type": "boolean"
},
"type": "function"
},
"infix": "in"
},
{
"name": "intersection",
"decl": {
Expand Down

0 comments on commit be173dc

Please sign in to comment.