Searched full:label4 (Results 1 – 25 of 57) sorted by relevance
123
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | rest_parameter_08.ets | 23 /* @@ label4 */sum(11,12,13,15,16) 32 /* @@@ label4 Error TypeError: Expected 4 arguments, got 5. */ 33 /* @@@ label4 Error TypeError: No matching call signature for sum(int, int, int, int, int) */
|
| D | required_multiple_fields.ets | 32 let x4: Required<I> = /* @@ label4 */{i: 1.9}; 39 /* @@@ label4 Error TypeError: Class property 'j' needs to be initialized for Required<I>. */ 40 /* @@@ label4 Error TypeError: Class property 'k' needs to be initialized for Required<I>. */
|
| D | user_defined_25.ets | 18 /* @@ label4 */} 24 /* @@@ label4 Error SyntaxError: Identifier expected. */
|
| D | user_defined_7.ets | 18 /* @@ label4 */} 25 /* @@@ label4 Error SyntaxError: Identifier expected. */
|
| D | unexpected_token_33.ets | 16 class G /* @@ label */T/* @@ label1 */, S /* @@ label2 */extends T/* @@ label3 */> /* @@ label4 */{} 24 /* @@@ label4 Error SyntaxError: Unexpected token '{'. */
|
| D | MultipleFunctionErrors.ets | 20 /* @@ label3 */return /* @@ label4 */77; 28 /* @@@ label4 Error SyntaxError: Unexpected token '77'. */
|
| D | ambient_indexer_7.ets | 29 /* @@@ label4 Error SyntaxError: Expected '}', got 'end of stream'. */ 30 /* @@ label4 */
|
| D | ambient_indexer_8.ets | 20 /* @@ label4 */function main/* @@ label6 */() { 28 /* @@@ label4 Error SyntaxError: Return type of index signature from exported class or interface ne…
|
| D | labeled.ets | 21 L4: /* @@ label3 */L5: /* @@ label4 */L6: /* @@ label5 */this.a += 1; 30 /* @@@ label4 Error SyntaxError: Label must be followed by a loop statement. */
|
| D | unexpected_token_37.ets | 19 } finally /* @@ label4 */{ 30 /* @@@ label4 Error SyntaxError: Unexpected token '{'. */
|
| D | method_full.ets | 27 protected static foo_final/* @@ label4 */(i : int): boolean { 37 /* @@@ label4 Error TypeError: Function with a non void return type must return a value. */
|
| D | keyof_parameter.ets | 27 /* @@ label3 */getProperty(a, /* @@ label4 */"other method"); 34 /* @@@ label4 Error TypeError: Type '"other method"' is not compatible with type '"method1"|"field1…
|
| D | keyof_applied_to_other.ets | 30 type keyofFunction = keyof /* @@ label4 */foo/* @@ label5 */; 38 /* @@@ label4 Error TypeError: Cannot find type 'foo'. */
|
| D | keyof_smartcast.ets | 39 /* @@ label3 */foo(/* @@ label4 */"other field"); 46 /* @@@ label4 Error TypeError: Type '"other field"' is not compatible with type '"abcd"|A|undefined…
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | op-18.pa | 38 jeq a3, label4 40 label4:
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | op-18.pa | 38 jeq a3, label4 40 label4:
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | initializer_block_namesapce03.sts | 24 catch(e) {/* @@ label4 */throw new Error()} 31 /* @@@ label4 Error SyntaxError: Unhandled throw statement. */
|
| D | variance_typeparam_class.ets | 39 returnTypeFunc2():/* @@ label4 */B<T2,T1,T3>{ //CTE 58 /* @@@ label4 Error TypeError: Type Parameter 'T2' is declared as 'out' but occurs in 'in' position… 59 /* @@@ label4 Error TypeError: Type Parameter 'T1' is declared as 'in' but occurs in 'out' position…
|
| D | variance_typeparam_transmit.ets | 29 readonly readonlyfield10:/* @@ label4 */B<T1>; //CTE 37 /* @@@ label4 Error TypeError: Type Parameter 'T1' is declared as 'in' but occurs in 'invariant' po…
|
| D | objectLiteral_abstract_class.ets | 37 let x4:C2 = /* @@ label4 */{field1:1000, field2:"some str"}; 44 /* @@@ label4 Error TypeError: Type C2 has no parameterless constructor. Initialization with litera…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/ |
| D | extensionGetterOnly.ets | 26 ++new A()./* @@ label4 */field; 31 /* @@@ label4 Error TypeError: Cannot assign to this property because it is readonly. */
|
| D | extensionGetterOnly2.ets | 34 ++new A()./* @@ label4 */field; 39 /* @@@ label4 Error TypeError: Cannot assign to this property because it is readonly. */
|
| D | extensionSetterOnly2.ets | 36 /* @@ label4 */new A().field = 1.23 41 /* @@@ label4 Error TypeError: Can't find the extension accessor. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | unexpected_token_17.ts | 16 abstract /* @@ label */foo/* @@ label1 */(1 /* @@ label2 */> 0/* @@ label3 */) /* @@ label4 */{ 25 /* @@@ label4 Error SyntaxError: Unexpected token. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/ |
| D | method_full.ets | 27 protected static foo_final/* @@ label4 */(i : int): boolean { 37 /* @@@ label4 Error TypeError: Function with a non void return type must return a value. */
|
123