Searched full:label3 (Results 1 – 25 of 103) sorted by relevance
12345
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | unexpected_token_33.ets | 16 class G /* @@ label */T/* @@ label1 */, S /* @@ label2 */extends T/* @@ label3 */> /* @@ label4 */{} 22 /* @@@ label3 Error SyntaxError: Field type annotation expected. */ 23 /* @@@ label3 Error SyntaxError: Unexpected token '>'. */
|
| D | rest_parameter_12.ets | 25 /* @@ label3 */C.foo(new A<Long>, new B<Error>, new B<Error>) 31 /* @@@ label3 Error TypeError: Expected 2 arguments, got 3. */ 32 /* @@@ label3 Error TypeError: No matching call signature for foo(A<Long>, B<Error>, B<Error>) */
|
| D | rest_parameter_08.ets | 22 /* @@ label3 */sum(11,12,13) 30 /* @@@ label3 Error TypeError: Expected 4 arguments, got 3. */ 31 /* @@@ label3 Error TypeError: No matching call signature for sum(int, int, int) */
|
| D | unexpected_token_56.ets | 16 for await (/* @@ label1 */;/* @@ label2 */;/* @@ label3 */i < /* @@ label4 */count/* @@ label5 */; … 23 /* @@@ label3 Error TypeError: Unresolved reference i */ 24 /* @@@ label3 Error TypeError: Bad operand type, the types of the operands must be numeric, same en…
|
| D | local-interface-member-access-modifier-private2.ets | 20 /* @@ label2 */private method/* @@ label3 */() : void; 26 /* @@@ label3 Error SyntaxError: Private interface methods must have body. */
|
| D | unexpected_token_10.ets | 16 import /* @@ label */(/* @@ label1 */node/* @@ label2 */) /* @@ label3 */from 21 /* @@@ label3 Error SyntaxError: Unexpected token, expected string literal. */
|
| D | unexpected_token_5.ets | 16 import * as /* @@ label */~/* @@ label1 */path /* @@ label2 */from /* @@ label3 */'node:path'; 21 /* @@@ label3 Error SyntaxError: Unexpected token 'node:path'. */
|
| D | keyof_never.ets | 21 let a3:keyof A = /* @@ label3 */"method1" 26 /* @@@ label3 Error TypeError: Type '"method1"' cannot be assigned to type 'never' */
|
| D | rest_parameter_13.ets | 34 /* @@ label3 */new C<Long, Error>(new A<Long>, new B<Error>, new B<Error>) 45 /* @@@ label3 Error TypeError: Expected 2 arguments, got 3. */ 46 /* @@@ label3 Error TypeError: No matching construct signature for rest_parameter_13.C(A<Long>, B<E…
|
| D | user_defined_25.ets | 17 type: number /* @@ label2 */= /* @@ label3 */0 22 /* @@@ label3 Error SyntaxError: Unexpected token, expected ','. */
|
| D | non-ambient_call_signature.ets | 18 /* @@ label3 */} 24 /* @@@ label3 Error SyntaxError: Field type annotation expected. */
|
| D | unexpected_token_12.ets | 16 import { foo, bar } /* @@ label */kjfjf /* @@ label1 */988 /* @@ label2 */from /* @@ label3 */"./im… 22 /* @@@ label3 Error SyntaxError: Unexpected token './import_tests/modules/module'. */
|
| D | ambient_indexer_4.ets | 20 /* @@ label1 */function main/* @@ label3 */() { 26 /* @@@ label3 Error TypeError: Native and Declare methods should have explicit return type. */
|
| D | user_defined_7.ets | 17 name : string /* @@ label2 */= /* @@ label3 */"" 23 /* @@@ label3 Error SyntaxError: Unexpected token, expected ','. */
|
| D | unexpected_token_51.ets | 22 console.log(/* @@ label2 */output(/* @@ label3 */4)) 27 /* @@@ label3 Error TypeError: Type 'int' is not compatible with type 'Type' at index 1 */
|
| D | invalid_object_literal.ets | 34 set /* @@ label3 */num(n: number) { 41 /* @@@ label3 Error SyntaxError: Object pattern can't contain methods. */
|
| D | enum20.ets | 22 let white = Color.White./* @@ label3 */ordinal(); 28 /* @@@ label3 Error TypeError: Property 'ordinal' does not exist on type 'Color' */
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | op-18.pa | 34 jeq a2, label3 36 label3:
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | op-18.pa | 34 jeq a2, label3 36 label3:
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/ |
| D | extensionAccessorMissingReceiver.ets | 24 /* @@ label2 */set field() /* @@ label3 */{} 28 /* @@@ label3 Error SyntaxError: Extension Accessor must have a receiver. */
|
| D | extensionSetterOnly.ets | 25 ++new A()./* @@ label3 */field; 29 /* @@@ label3 Error TypeError: Cannot read from this property because it is writeonly. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | fuzzingtest1.ets | 17 /* @@ label */fuzzz./* @@ label2 */@@/* @@ label3 */@@ 22 /* @@@ label3 Error SyntaxError: Unexpected token '@@'. */
|
| D | initializer_block_namesapce03.sts | 21 finally {/* @@ label3 */throw new Error()} 30 /* @@@ label3 Error SyntaxError: Unhandled throw statement. */
|
| D | static_index_function1.ets | 27 let e = /* @@ label2 */A[/* @@ label3 */'a'] 33 /* @@@ label3 Error TypeError: '$_get' is a static property of 'A' */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/ |
| D | array_type.ets | 23 private toStringArray/* @@ label3 */(): FixedArray<String> { 30 /* @@@ label3 Error TypeError: Function with a non void return type must return a value. */
|
12345