blob: 918f7099918de004fb86493d71b4698ee8fbaf31 [file] [log] [blame]
// exact-check
const QUERY = [
"i32",
"str",
"TotoIsSomewhere",
];
const EXPECTED = [
{
'in_args': [
{ 'path': 'primitive', 'name': 'foo' },
],
},
{
'returned': [
{ 'path': 'primitive', 'name': 'foo' },
],
},
{
'others': [],
'in_args': [],
'returned': [],
},
];