rust/tests/rustdoc-js/prototype.js
2023-06-09 17:00:47 +02:00

17 lines
264 B
JavaScript

// exact-check
const EXPECTED = [
{
'query': 'constructor',
'others': [],
'returned': [],
'in_args': [],
},
{
'query': '__proto__',
'others': [],
'returned': [],
'in_args': [],
},
];