10 lines
131 B
JavaScript
10 lines
131 B
JavaScript
|
// should-fail
|
||
|
|
||
|
const QUERY = 'fn';
|
||
|
|
||
|
const EXPECTED = {
|
||
|
'others': [
|
||
|
{ 'path': 'std', 'name': 'fn', ty: 14 },
|
||
|
],
|
||
|
};
|