rust/tests/rustdoc-js/prototype.js
2023-01-11 09:32:08 +00:00

17 lines
247 B
JavaScript

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