Home
last modified time | relevance | path

Searched full:expected_types (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/verification/
Dmessages.yaml190 args: type, expected_types
192 Wrong type of array elements '${type}'. Expected one of ${expected_types}.
238 args: acc_type, expected_types
240 … Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}.
244 args: acc_type, expected_type, expected_types
247 Compatible subtypes are: ${expected_types}.
421 args: acc_type, expected_types
423 Wrong type of accumulator '${acc_type}'. Expected one of ${expected_types}.
428 args: acc_type, expected_types
430 …or type '${acc_type}' does not exactly match array element type. Expected one of ${expected_types}.