12 lines
960 B
Plaintext
12 lines
960 B
Plaintext
%PREFIX%=SEMANTICERROR_
|
|
DECONSTRUCTOR_GENERIC_PARAMETERS_SHOULD_BE_DEFINED_BY_SELF_PARAMETER=Self parameter's type should include all generic parameters
|
|
INSTANCE_DECONSTRUCTORS_CANNOT_BE_GENERIC=Instance deconstructors cannot be generic
|
|
NO_SUITABLE_DECONSTRUCT_FOUND=Couldn't find suitable deconstructor for given parameters
|
|
NO_DECONSTRUCT_FOUND=Couldn't find deconstructor for this type
|
|
DECONSTRUCTOR_METHOD_AMBIGUITY=Ambiguity between deconstructor methods
|
|
DECONSTRUCTOR_SHOULD_BE_A_PROCEDURE=Deconstruct should be a procedure
|
|
DECONSTRUCTION_PARAMETERS_SHOULD_HAVE_VAR_MODIFIER=Deconstructor's parameters should have 'var' modifier
|
|
PATTERN_MATCHING_DOESNT_SUPPORT_POINTERS=Pattern matching doesn't support pointers in current compiler version
|
|
EXPRESSION_OF_TYPE_{0}_CANNOT_BE_MATCHED_AGAINST_PATTERN_WITH_TYPE_{1}=Expression of type {0} cannot be matched against pattern with type {1}
|
|
DECONSTRUCTOR_SHOULD_NOT_BE_STATIC=Deconstructor should not be static
|