after moving to 2.12.2.0 I get this compiler error:
Code: Select all
error XS0136: A local or parameter named 'Xs$Obj' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
Alf
Code: Select all
error XS0136: A local or parameter named 'Xs$Obj' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
Code: Select all
BEGIN SEQUENCE
// Some simple code
RECOVER
BEGIN SEQUENCE ---> Error XS0136
// some simple code
END SEQUENCE
END SEQUENCE
Code: Select all
try
.. your statements
catch
throw
end try