]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/prototype.js
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / rustdoc-js / prototype.js
1 // exact-check
2
3 const QUERY = ['constructor', '__proto__'];
4
5 const EXPECTED = [
6     {
7         'others': [],
8         'returned': [],
9         'in_args': [],
10     },
11     {
12         'others': [],
13         'returned': [],
14         'in_args': [],
15     },
16 ];