blob: dafad5e43784fe0c7b3712ac834ca4cf367cb586 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | // exact-check
const EXPECTED = [
    {
        'query': 'mytrait<t> -> option<t>',
        'correction': null,
        'in_args': [],
        'others': [
            { 'path': 'trait_methods::MyTrait', 'name': 'next' },
        ],
    },
];
 |