Searched full:label1 (Results 1 – 25 of 322) sorted by relevance
12345678910>>...13
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | unexpected_token_2.ets | 20 label1: 27 continue /* @@ label */%/* @@ label1 */label1; 40 /* @@@ label1 Error SyntaxError: Unexpected token 'label1'. */ 41 /* @@@ label1 Error TypeError: Identifier 'label1' is used in wrong context. */
|
| D | unexpected_token_3.ets | 20 label1: 27 continue /* @@ label */^/* @@ label1 */^label1; 40 /* @@@ label1 Error SyntaxError: Unexpected token '^'. */ 41 /* @@? 27:57 Error SyntaxError: Unexpected token 'label1'. */ 42 /* @@? 27:57 Error TypeError: Identifier 'label1' is used in wrong context. */
|
| D | rest_parameter_13.ets | 32 /* @@ label1 */new C<Long, Error> 37 /* @@@ label1 Error TypeError: Expected 1 arguments, got 0. */ 38 /* @@@ label1 Error TypeError: Expected 2 arguments, got 0. */ 39 /* @@@ label1 Error TypeError: Expected 3 arguments, got 0. */ 40 /* @@@ label1 Error TypeError: No matching construct signature */
|
| D | rest_parameter_08.ets | 20 /* @@ label1 */sum() 25 /* @@@ label1 Error TypeError: Expected 1 arguments, got 0. */ 26 /* @@@ label1 Error TypeError: Expected 4 arguments, got 0. */ 27 /* @@@ label1 Error TypeError: No matching call signature */
|
| D | user_defined_7.ets | 16 interface /* @@ label1 */double { 20 /* @@@ label1 Error SyntaxError: Cannot be used as user-defined type. */ 21 /* @@@ label1 Error SyntaxError: Identifier expected, got 'double'. */
|
| D | unexpected_token_43.ets | 16 let v2 = `--- ${y + abc /* @@ label */${y} = ${ n*2 }!`/* @@ label1 */} ---`;` 22 /* @@@ label1 Error SyntaxError: Unexpected token '}'. */ 23 /* @@@ label1 Error TypeError: Bad operand type, the types of the operands must be numeric type. */
|
| D | switch_readonly_member_different_enum.ets | 37 case /* @@ label1 */Sqr.BR: 45 /* @@@ label1 Error TypeError: Switch case type 'A' is not comparable to discriminant type 'E' */ 46 /* @@@ label1 Error TypeError: Enum switch case must be unqualified name of an enum constant */
|
| D | MultipleFunctionErrors.ets | 19 function /* @@ label1 */(): /* @@ label2 */{ 24 /* @@@ label1 Error SyntaxError: Unexpected token, expected an identifier. */ 25 /* @@@ label1 Error TypeError: Only abstract or native methods can't have body. */
|
| D | missing_in_for_statement_2.ets | 17 result = result + p[i]!.awaitResolution() * /* @@label1 */a[i]; 25 /* @@@ label1 Error TypeError: Unresolved reference a */ 26 /* @@@ label1 Error TypeError: Indexed access is not supported for such expression type. */
|
| D | missing_in_for_statement_1.ets | 17 result = result + p[i]!.awaitResolution() * /* @@ label1 */a[i]; 25 /* @@@ label1 Error TypeError: Unresolved reference a */ 26 /* @@@ label1 Error TypeError: Indexed access is not supported for such expression type. */
|
| D | unexpected_token_29.ets | 17 for (let i: int = 0 /* @@ label1 */i < 10 ^ i++/* @@ label2 */) { 22 /* @@@ label1 Error SyntaxError: Expected ';', got 'identification literal'. */ 23 /* @@@ label1 Error TypeError: Bad operand type, the types of the operands must be numeric type. */
|
| D | rest_parameter_12.ets | 23 /* @@ label1 */C.foo() 27 /* @@@ label1 Error TypeError: Expected 2 arguments, got 0. */ 28 /* @@@ label1 Error TypeError: No matching call signature */
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | labeledStatement.ets | 20 label1: 27 continue label1; 44 label1: 48 break label1; 50 continue label1; 65 label1: 72 break label1; 97 label1: 102 break label1;
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | test-switch-2.js | 22 /* @@@ label1 Error SyntaxError: Expected ')', got 'end of stream'. */ 23 /* @@@ label1 Error SyntaxError: Expected '{', got 'end of stream'. */ 24 /* @@@ label1 Error SyntaxError: Expected '}', got 'end of stream'. */ 25 /* @@ label1 */
|
| D | test-wrong-function-decl-1.js | 17 function f/* @@ label */{/* @@ label1 */} 20 /* @@@ label1 Error SyntaxError: Unexpected token. */ 21 /* @@@ label1 Error SyntaxError: Unexpected token, expected ',' or ')'. */ 22 /* @@@ label1 Error SyntaxError: Unexpected token, expected '{'. */
|
| D | test-private-field10.js | 22 /* @@ label1 */} 26 /* @@@ label1 Error SyntaxError: Expected ')', got '}'. */ 27 /* @@@ label1 Error SyntaxError: Unexpected token '}'. */
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | labeledSwitchStatement.ets | 20 label1: 29 continue label1; 41 label1: 49 break label1;
|
| D | labeledDoWhileStatement.ets | 19 label1: 23 continue label1; 25 break label1;
|
| D | labeledForStatement.ets | 17 label1: 20 continue label1; 22 break label1;
|
| D | labeledWhileStatement.ets | 21 label1: 25 continue label1; 27 break label1;
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/annotations_tests/ |
| D | annotationUsage_bad_param_for_classproperty.ets | 24 @MyAnno({testProperty1: /* @@ label1 */A}) 31 /* @@@ label1 Error TypeError: Class name 'A' used in the wrong context */ 32 /* @@@ label1 Error TypeError: Type 'A' cannot be assigned to type 'String' */ 33 /* @@@ label1 Error TypeError: Invalid value for annotation field, expected a constant literal. */
|
| D | annotationUsage_bad_param_for_type_alias.ets | 23 @MyAnno({testProperty1: /* @@ label1 */A}) 32 /* @@@ label1 Error TypeError: Class name 'A' used in the wrong context */ 33 /* @@@ label1 Error TypeError: Type 'A' cannot be assigned to type 'String' */ 34 /* @@@ label1 Error TypeError: Invalid value for annotation field, expected a constant literal. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/ |
| D | default_import3.ets | 16 import {default/* @@ label */} from /* @@ label1 */"./modules/class_default_module.ets"/* @@ label2… 20 /* @@@ label1 Error SyntaxError: Unexpected token, expected ',' or '}'. */ 21 /* @@@ label1 Error SyntaxError: Unexpected token, expected 'from'. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/ |
| D | extensionAccessorNameDuplicatedWithInterfaceInstanceField.ets | 24 get name(this: B): string /* @@ label1 */{ 32 /* @@@ label1 Error TypeError: The extension accessor 'name' has the same name with method in class… 33 /* @@@ label1 Error TypeError: The extension accessor 'name' has the same name with method in class…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | fuzzingtest0.ets | 17 let callback = () => {for /* @@ label1 */aa !== /* @@ label2 */arr[idx]/* @@ label3 */) 19 /* @@@ label1 Error SyntaxError: Expected '(', got 'identification literal'. */ 20 /* @@@ label1 Error TypeError: Unresolved reference aa */
|
12345678910>>...13