blob: 294c19490748966c1630f8ea53aabe5098e60ecf [file] [log] [blame] [edit]
// exact-check
const EXPECTED = [
{
'query': '-> Out<First<Second>>',
'others': [
{ 'path': 'generics_nested', 'name': 'alef' },
],
},
{
'query': '-> Out<Second<First>>',
'others': [],
},
{
'query': '-> Out<First, Second>',
'others': [
{ 'path': 'generics_nested', 'name': 'bet' },
],
},
{
'query': '-> Out<Second, First>',
'others': [
{ 'path': 'generics_nested', 'name': 'bet' },
],
},
];