mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00
17 lines
247 B
JavaScript
17 lines
247 B
JavaScript
// exact-check
|
|
|
|
const QUERY = ['constructor', '__proto__'];
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'others': [],
|
|
'returned': [],
|
|
'in_args': [],
|
|
},
|
|
{
|
|
'others': [],
|
|
'returned': [],
|
|
'in_args': [],
|
|
},
|
|
];
|