blob: b85ba34138baeb578a204f7ecbef1dd2796f5e52 (
plain)
1
2
3
4
5
6
7
8
9
|
// ignore-order
const EXPECTED = {
'query': 'fn',
'others': [
{ 'path': 'std', 'name': 'fn', ty: 15 }, // 15 is for primitive types
{ 'path': 'std', 'name': 'fn', ty: 21 }, // 21 is for keywords
],
};
|