// exact-check

const EXPECTED = [
    {
        'query': 'mytrait<t> -> option<t>',
        'correction': null,
        'in_args': [],
        'others': [
            { 'path': 'trait_methods::MyTrait', 'name': 'next' },
        ],
    },
];