| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | double_excla_binding_1.ets.autofix.json | 174 …"replacementText": "{\n value: this.value,\n $value: value => {\n this.va… 195 …"replacementText": "{\n str: this.str,\n $str: value => {\n this.str = va… 258 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 279 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 300 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 321 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 342 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 363 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 384 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… 405 …n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n Blank,\n Text,\n E… [all …]
|
| D | interface_import_1.ets.autofix.json | 69 …unction cardStyle(this: TextAttribute): this {\n this.backgroundColor(Color.Green);\n return… 90 …bleWidth(this: ColumnAttribute, width: number): this {\n this.width(width);\n return this;\n… 153 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 174 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 195 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 216 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 237 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 258 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 279 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… 300 …n\nimport {\n Entry,\n Component,\n State,\n Column,\n Button,\n Text,\n Row,\n TextAttrib… [all …]
|
| D | custom_layout.ets.autofix.json | 216 "replacementText": "\n@CustomLayout", 363 "replacementText": "\n@CustomLayout", 552 "replacementText": "\n@CustomLayout", 804 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 825 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 846 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 867 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 888 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 909 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… 930 …n\nimport {\n Entry,\n Component,\n Column,\n Builder,\n ForEach,\n Text,\n BuilderParam,\n… [all …]
|
| D | interface_import_4.ets.autofix.json | 226 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 247 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 268 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 289 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 310 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 331 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 352 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 373 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 394 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… 415 …"\n\nimport {\n Entry,\n ComponentV2,\n Local,\n Scroller,\n Column,\n List,\n Repeat,\n R… [all …]
|
| D | styles_decorator_mix_1.ets.autofix.json | 27 …function NormalStyles(instance: CommonMethod): void {\n instance.backgroundColor(Color.Blue);\n… 48 …s: CustomStyles = (instance: CommonMethod): void => {\n instance.backgroundColor(Color.Green);\… 69 …n pressed: this.PressedStyles,\n selected: (instance: CommonMethod): void => {\n … 90 …": "{\n selected: (instance: CommonMethod): void => {\n instance.backgroundColor(Col… 111 …{\n normal: NormalStyles,\n selected: (instance: CommonMethod): void => {\n … 132 …{\n selected: (instance: CommonMethod): void => {\n instance.backgroundColor(Col… 153 …"replacementText": "\n\nimport {\n CommonMethod,\n Color,\n Entry,\n Component,\n BuilderPara… 174 …"replacementText": "\n\nimport {\n CommonMethod,\n Color,\n Entry,\n Component,\n BuilderPara… 195 …"replacementText": "\n\nimport {\n CommonMethod,\n Color,\n Entry,\n Component,\n BuilderPara… 216 …"replacementText": "\n\nimport {\n CommonMethod,\n Color,\n Entry,\n Component,\n BuilderPara… [all …]
|
| D | prop_decorators_and_interfaces_4.ets.autofix.json | 225 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 246 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 267 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 288 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 309 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 330 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 351 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 372 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 393 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … 414 …"replacementText": "\n\nimport {\n Component,\n State,\n Column,\n Text,\n Row,\n Blank,\n … [all …]
|
| D | styles_decorator_struct_1.ets.autofix.json | 27 … = (instance: CommonMethod): void => {\n instance.backgroundColor('#ffffff');\n instance.bor… 87 … => {\n instance.border({\n color: this.getColor(),\n width: this.getWidth()\n … 147 …es: CustomStyles = (instance: CommonMethod): void => {\n instance.backgroundColor(Color.Red);\n… 168 …s: CustomStyles = (instance: CommonMethod): void => {\n instance.backgroundColor(Color.Green);\… 199 …n instance.draggable(this.isShowLongPressMenu() && this.isPC());\n instance.onDragStart(() =… 230 …tText": "\n\nimport {\n Component,\n CommonMethod,\n Column,\n Text,\n Color,\n BuilderParam… 251 …tText": "\n\nimport {\n Component,\n CommonMethod,\n Column,\n Text,\n Color,\n BuilderParam… 272 …tText": "\n\nimport {\n Component,\n CommonMethod,\n Column,\n Text,\n Color,\n BuilderParam… 293 …tText": "\n\nimport {\n Component,\n CommonMethod,\n Column,\n Text,\n Color,\n BuilderParam… 314 …tText": "\n\nimport {\n Component,\n CommonMethod,\n Column,\n Text,\n Color,\n BuilderParam… [all …]
|
| D | double_dollar_binding_1.ets.autofix.json | 90 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 111 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 132 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 153 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 174 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 195 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 216 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 237 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 258 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n … 279 …"replacementText": "\n\nimport {\n Component,\n State,\n Row,\n Slider,\n $$,\n Checkbox,\n …
|
| D | styles_decorator_global_1.ets.autofix.json | 27 …n instance.backgroundColor(mycolor);\n instance.borderColor(Color.Red);\n instance.border… 150 …function NormalStyles(instance: CommonMethod): void {\n instance.backgroundColor(\"#ffffff\");\… 171 …unction PressedStyles(instance: CommonMethod): void {\n instance.backgroundColor(\"#ffffff\");\… 192 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 213 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 234 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 255 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 276 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 297 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… 318 …eplacementText": "\n\nimport {\n CommonMethod,\n Color,\n Component,\n Column,\n Text,\n Bui… [all …]
|
| D | animatable_extend_decorator_1.ets.autofix.json | 27 …tableWidth(this: TextAttribute, width: number): this {\n this.width(width);\n return this;\n… 174 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 195 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 216 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 237 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 258 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 279 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 300 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\… 321 …mentText": "\n\nimport {\n TextAttribute,\n AnimatableExtend,\n Entry,\n Component,\n State,\…
|
| D | styles_decorator_anon_1.ets.autofix.json | 27 …n normal: (instance: CommonMethod): void => {\n instance.backgroundColor(\"#00ffff\"… 111 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n… 132 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n… 153 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n… 174 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n… 195 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n… 216 …"replacementText": "\n\nimport {\n Entry,\n Component,\n BuilderParam,\n Require,\n Button,\n…
|
| D | double_excla_binding_3.ets.autofix.json | 27 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 48 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 69 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 90 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 111 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 132 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.… 153 …"replacementText": "\n\nimport {\n Entry,\n Component,\n State,\n Row,\n Text,\n} from '@kit.…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Bigint/ |
| D | bigint-bitwise-shift-left-6.ets | 22 let x1: bigint[] = [0n, -0n, 4n, -4n, 9223372036854775807n, -9223372036854775808n]; 23 let x2: bigint[] = [0n, -0n, 2n, -2n, 8n, -8n, 50n, -50n]; 27 [0n, 0n, 0n, 0n, 0n, 0n, 0n, 0n], 28 [0n, 0n, 0n, 0n, 0n, 0n, 0n, 0n], 29 [4n, 4n, 16n, 1n, 1024n, 0n, 4503599627370496n, 0n], 30 [-4n, -4n, -16n, -1n, -1024n, -1n, -4503599627370496n, -1n], 32 9223372036854775807n, 33 9223372036854775807n, 34 36893488147419103228n, 35 2305843009213693951n, [all …]
|
| D | bigint-bitwise-shift-right-6.ets | 22 let x1: bigint[] = [0n, -0n, 4n, -4n, 9223372036854775807n, -9223372036854775808n]; 23 let x2: bigint[] = [0n, -0n, 2n, -2n, 8n, -8n, 50n, -50n]; 27 [0n, 0n, 0n, 0n, 0n, 0n, 0n, 0n], 28 [0n, 0n, 0n, 0n, 0n, 0n, 0n, 0n], 29 [4n, 4n, 1n, 16n, 0n, 1024n, 0n, 4503599627370496n], 30 [-4n, -4n, -1n, -16n, -1n, -1024n, -1n, -4503599627370496n], 32 9223372036854775807n, 33 9223372036854775807n, 34 2305843009213693951n, 35 36893488147419103228n, [all …]
|
| D | bigint-bitwise-and-1.ets | 27 match(0n, 1n, 0n) 28 match(65535n, 255n, 255n) 30 match(12345678n, 12345678n, 12345678n) 31 match(12345678n, -12345678n, 2n) 32 match(123456789012n, -123456789012n, 4n) 34 match(18446744073709552000n, -256n, 18446744073709551872n) 35 match(-256n, 18446744073709552000n, 18446744073709551872n) 37 match(18446744073709552000n, 18446744073709552000n, 18446744073709552000n) 38 match(18446744073709552000n, -18446744073709552000n, 128n) 40 …407370955200018446744073709552000n, 1844674407370955200018446744073709552000n, 1844674407370955200… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | list.escompat_BigInt_static.yaml | 28 "param2": "[0n, 25n, 25n, -25n]" 33 expected_test_data: "[0n, 1n, -7n, 7n]", 51 "param2": "[255657n, 25n]" 56 expected_test_data: "[9n, 25n]", 74 "param2": "[5n, 0n, 32767n, 32767n, 32767n, 2147483647n, 2147483647n, 2147483647n, 123n, 123n]" 79 expected_test_data: "[0n, 0n, -1n, 32767n, 32767n, -1n, 2147483647n, 2147483647n, 123n, 123n]", 97 …"param2": "[-1n, -32768n, -32768n, -32768n, -2147483648n, -2147483648n, -2147483648n, -123n, -123n… 102 expected_test_data: "[-1n, 0n, -32768n, -32768n, 0n, -2147483648n, -2147483648n, -123n, -123n]", 120 "param2": "[0n, 25n, 25n, -25n]" 125 expected_test_data: "[0n, 1n, 9n, 7n]", [all …]
|
| D | list.escompat_BigInt_instance.yaml | 18 init_object_data: '[-100n, 0n, 100000n, 999999999n]', 28 expected_test_data: "[-100n, 0n, 100000n, 999999999n]", 78 init_object_data: "[51063684789608676731n, 79 51063684789608676731n, 80 51063684789608676731n, 81 51063684789608676731n, 82 51063684789608676731n, 83 51063684789608676731n, 84 51063684789608676731n, 85 51063684789608676731n]", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/ |
| D | right_shift_bigint.params.yaml | 16 - { left: 0n, right: 1n, result: 0n } 17 - { left: 0n, right: 31n, result: 0n } 18 - { left: 1n, right: 1n, result: 0n } 19 - { left: 1n, right: 31n, result: 0n } 20 - { left: -1n, right: 1n, result: -1n } 21 - { left: -1n, right: 31n, result: -1n } 22 - { left: 1n, right: 0n, result: 1n } 23 - { left: -1n, right: 0n, result: -1n } 24 - { left: 42n, right: 0n, result: 42n } 25 - { left: 1n, right: -1n, result: 2n } [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/ |
| D | bitwise_and_bigint.params.yaml | 16 - { left: 0n, right: 0n, result: 0n } 17 - { left: 0n, right: 1n, result: 0n } 18 - { left: 1n, right: 1n, result: 1n } 19 - { left: -1n, right: -1n, result: -1n } 20 - { left: 42n, right: 42n, result: 42n } 21 - { left: 42n, right: -42n, result: 2n } 22 - { left: 40n, right: -40n, result: 8n } 23 - { left: 48n, right: -48n, result: 16n } 24 - { left: 999999999999999999999999999999999999n, right: 999999999999999999n, result: 90236934984826… 25 - { left: -999999999999999999999999999999999999n, right: 999999999999999999n, result: 9097630650151… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/ |
| D | bitwise_or_bigint.params.yaml | 16 - { left: 0n, right: 0n, result: 0n } 17 - { left: 0n, right: 1n, result: 1n } 18 - { left: 1n, right: 1n, result: 1n } 19 - { left: -1n, right: -1n, result: -1n } 20 - { left: 42n, right: 42n, result: 42n } 21 - { left: 42n, right: -42n, result: -2n } 22 - { left: 40n, right: -40n, result: -8n } 23 - { left: 48n, right: -48n, result: -16n } 24 …: 999999999999999999999999999999999999n, right: 999999999999999999n, result: 100000000000000000090… 25 … -999999999999999999999999999999999999n, right: 999999999999999999n, result: -99999999999999999990… [all …]
|
| /arkcompiler/runtime_core/taihe/compiler/tests/ |
| D | test_semantic_error.py | 102 "struct A {\n" 103 " a: Array<>;\n" 104 "}\n" 115 "use a;\n" 126 "struct BadStruct {\n" 127 " a: unimported.package.Type;\n" 128 "}\n" 139 "struct A {\n" 140 " a: i32;\n" 141 "}\n" [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | BigInt8.ets | 17 assertEQ(new BigInt(10).operatorMultiply(new BigInt(10)), 100n) 18 assertEQ(new BigInt(0).operatorMultiply(new BigInt(50)), 0n) 19 assertEQ(new BigInt(1).operatorMultiply(new BigInt(50)), 50n) 20 assertEQ(new BigInt(50).operatorMultiply(new BigInt(5)), 250n) 21 assertEQ(new BigInt(50).operatorMultiply(new BigInt(-5)), -250n) 22 assertEQ(new BigInt(-1).operatorMultiply(new BigInt(-5)), 5n) 23 assertEQ(new BigInt(0).operatorMultiply(new BigInt(0)), 0n) 24 assertEQ(new BigInt(123).operatorMultiply(new BigInt(1)), 123n) 25 assertEQ(new BigInt(1234).operatorMultiply(new BigInt(987)), 1217958n) 26 …n).operatorMultiply(new BigInt(412343124123421347812304712431421204731024n)), 13367533327947216252… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/ |
| D | bitwise_xor_bigint.params.yaml | 16 - { left: 0n, right: 0n, result: 0n } 17 - { left: 0n, right: 1n, result: 1n } 18 - { left: 1n, right: 1n, result: 0n } 19 - { left: -1n, right: -1n, result: 0n } 20 - { left: 1123456789n, right: 1123456789n, result: 0n } 21 - { left: 1123456789n, right: -1123456789n, result: -2n } 22 …: 999999999999999999999999999999999999n, right: 999999999999999999n, result: 100000000000000000081… 23 …-999999999999999999999999999999999999n, right: 999999999999999999n, result: -100000000000000000081… 24 … 999999999999999999999999999999999999n, right: -999999999999999999n, result: -10000000000000000008… 25 …-999999999999999999999999999999999999n, right: -999999999999999999n, result: 100000000000000000081…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/ |
| D | multiplication_bigint.params.yaml | 16 - { left: 0n, right: 1n, result: 0n } 17 - { left: 1n, right: 1n, result: 1n } 18 - { left: -1n, right: 0n, result: 0n } 19 - { left: -1n, right: 1n, result: -1n } 20 - { left: -1n, right: -1n, result: 1n } 21 …999999999999999999999999999999n, right: 999999999999999999n, result: 99999999999999999899999999999… 22 …999999999999999999999999999999n, right: 999999999999999999n, result: -9999999999999999989999999999… 23 …99999999999999999999999999999n, right: -999999999999999999n, result: -9999999999999999989999999999… 24 …999999999999999999999999999999n, right: -999999999999999999n, result: 9999999999999999989999999999…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/ |
| D | addition_bigint.params.yaml | 16 - { left: 0n, right: 1n, result: 1n } 17 - { left: 1n, right: 1n, result: 2n } 18 - { left: 42n, right: 24n, result: 66n } 19 - { left: -1n, right: 0n, result: -1n } 20 - { left: -1n, right: 1n, result: 0n } 21 …: 999999999999999999999999999999999999n, right: 999999999999999999n, result: 100000000000000000099… 22 … -999999999999999999999999999999999999n, right: 999999999999999999n, result: -99999999999999999900… 23 …: 999999999999999999999999999999999999n, right: -999999999999999999n, result: 99999999999999999900… 24 …-999999999999999999999999999999999999n, right: -999999999999999999n, result: -10000000000000000009…
|