2018-06-15 23:39:20 +02:00
|
|
|
// ignore-order
|
|
|
|
|
|
|
|
|
|
const EXPECTED = {
|
2023-06-09 16:49:38 +02:00
|
|
|
'query': 'fn',
|
2018-06-15 23:39:20 +02:00
|
|
|
'others': [
|
2023-11-20 13:37:57 -07:00
|
|
|
{ 'path': 'std', 'name': 'fn', ty: 1 }, // 1 is for primitive types
|
|
|
|
|
{ 'path': 'std', 'name': 'fn', ty: 0 }, // 0 is for keywords
|
2018-06-15 23:39:20 +02:00
|
|
|
],
|
|
|
|
|
};
|