grain icon indicating copy to clipboard operation
grain copied to clipboard

Lang: exception aliasing

Open alex-snezhko opened this issue 1 year ago • 0 comments

#1849 adds the ability to alias an exception with a use statement. Following this behavior, it would also make sense to allow exception aliasing within a file i.e.

exception MyException
exception AliasedException = MyException

alex-snezhko avatar Jul 05 '23 23:07 alex-snezhko