Home
last modified time | relevance | path

Searched full:label3 (Results 1 – 25 of 103) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dunexpected_token_33.ets16 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 '>'. */
Drest_parameter_12.ets25 /* @@ 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>) */
Drest_parameter_08.ets22 /* @@ 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) */
Dunexpected_token_56.ets16 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…
Dlocal-interface-member-access-modifier-private2.ets20 /* @@ label2 */private method/* @@ label3 */() : void;
26 /* @@@ label3 Error SyntaxError: Private interface methods must have body. */
Dunexpected_token_10.ets16 import /* @@ label */(/* @@ label1 */node/* @@ label2 */) /* @@ label3 */from
21 /* @@@ label3 Error SyntaxError: Unexpected token, expected string literal. */
Dunexpected_token_5.ets16 import * as /* @@ label */~/* @@ label1 */path /* @@ label2 */from /* @@ label3 */'node:path';
21 /* @@@ label3 Error SyntaxError: Unexpected token 'node:path'. */
Dkeyof_never.ets21 let a3:keyof A = /* @@ label3 */"method1"
26 /* @@@ label3 Error TypeError: Type '"method1"' cannot be assigned to type 'never' */
Drest_parameter_13.ets34 /* @@ 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…
Duser_defined_25.ets17 type: number /* @@ label2 */= /* @@ label3 */0
22 /* @@@ label3 Error SyntaxError: Unexpected token, expected ','. */
Dnon-ambient_call_signature.ets18 /* @@ label3 */}
24 /* @@@ label3 Error SyntaxError: Field type annotation expected. */
Dunexpected_token_12.ets16 import { foo, bar } /* @@ label */kjfjf /* @@ label1 */988 /* @@ label2 */from /* @@ label3 */"./im…
22 /* @@@ label3 Error SyntaxError: Unexpected token './import_tests/modules/module'. */
Dambient_indexer_4.ets20 /* @@ label1 */function main/* @@ label3 */() {
26 /* @@@ label3 Error TypeError: Native and Declare methods should have explicit return type. */
Duser_defined_7.ets17 name : string /* @@ label2 */= /* @@ label3 */""
23 /* @@@ label3 Error SyntaxError: Unexpected token, expected ','. */
Dunexpected_token_51.ets22 console.log(/* @@ label2 */output(/* @@ label3 */4))
27 /* @@@ label3 Error TypeError: Type 'int' is not compatible with type 'Type' at index 1 */
Dinvalid_object_literal.ets34 set /* @@ label3 */num(n: number) {
41 /* @@@ label3 Error SyntaxError: Object pattern can't contain methods. */
Denum20.ets22 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/
Dop-18.pa34 jeq a2, label3
36 label3:
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-18.pa34 jeq a2, label3
36 label3:
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/
DextensionAccessorMissingReceiver.ets24 /* @@ label2 */set field() /* @@ label3 */{}
28 /* @@@ label3 Error SyntaxError: Extension Accessor must have a receiver. */
DextensionSetterOnly.ets25 ++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/
Dfuzzingtest1.ets17 /* @@ label */fuzzz./* @@ label2 */@@/* @@ label3 */@@
22 /* @@@ label3 Error SyntaxError: Unexpected token '@@'. */
Dinitializer_block_namesapce03.sts21 finally {/* @@ label3 */throw new Error()}
30 /* @@@ label3 Error SyntaxError: Unhandled throw statement. */
Dstatic_index_function1.ets27 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/
Darray_type.ets23 private toStringArray/* @@ label3 */(): FixedArray<String> {
30 /* @@@ label3 Error TypeError: Function with a non void return type must return a value. */

12345