| // Copyright (C) 2019 Leo Balter. All rights reserved. | |
| // This code is governed by the BSD license found in the LICENSE file. | |
| /*--- | |
| desc: catch is a valid identifier name, using escape | |
| template: default | |
| ---*/ | |
| //- declareWith | |
| c\u0061tch | |
| //- referenceWith | |
| catch |