| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: VariableDeclaration within "try-catch" statement is allowed |
| description: Declaring variables within "try-catch" statement |
| ////////////////////////////////////////////////////////////////////////////// |
| intry__intry__var=intry__intry__var; |
| intry__incatch__var=intry__incatch__var; |
| incatch__intry__var=incatch__intry__var; |
| incatch__incatch__var=incatch__incatch__var; |
| $ERROR('#1: Variable declaration inside "try-catch" block is admitted'); |
| ////////////////////////////////////////////////////////////////////////////// |
| var incatch__incatch__var; |