]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/prototype.js
Rollup merge of #100514 - compiler-errors:issue-100191, r=spastorino
[rust.git] / src / test / 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 ];