shortened elsif to elif.
enhanced is_reserved_word() to return a token type through a non-NULL second parameter
This commit is contained in:
@ -514,8 +514,8 @@ extend Apex
|
||||
|
||||
//# TODO: convert an exception to a more specific one depending on the error code.
|
||||
//#if (ec == Error.Code.ERANGE) { self index: index outOfRange: (self basicSize) }
|
||||
//# elsif (ec == Error.Code.EPERM) { self messageProhibited: method name }
|
||||
//# elsif (ec == Error.Code.ENOIMPL) { self subclassResponsibility: method name }.
|
||||
//# elif (ec == Error.Code.EPERM) { self messageProhibited: method name }
|
||||
//# elif (ec == Error.Code.ENOIMPL) { self subclassResponsibility: method name }.
|
||||
|
||||
(PrimitiveFailureException /* in: method */ withErrorCode: ec) signal: msg.
|
||||
}
|
||||
|
Reference in New Issue
Block a user