| 2730 | "this","throw","try","typeof","unchecked","unsafe","using","virtual", |
| 2731 | "volatile","while","async","await","get","init","record","set","var", |
| 2732 | "bool|","byte|","char|","decimal|","double|","false|","float|","int|", |
| 2733 | "long|","null|","object|","sbyte|","short|","string|","true|","uint|", |
| 2734 | "ulong|","ushort|","void|",NULL |
| 2735 | }; |
| 2736 | |
| 2737 | static const char *agent_kw_go[] = { |
| 2738 | "break","case","chan","const","continue","default","defer","else", |
no test coverage detected