From 3447da9e9505ef786222c96434e9dd49849c3270 Mon Sep 17 00:00:00 2001 From: lizhonghan Date: Sat, 18 Nov 2023 02:49:01 +0000 Subject: [PATCH] Fix Incorrect AST for Top-level statements source positions Signed-off-by: lizhonghan --- ets2panda/parser/ETSparser.cpp | 25 +- ets2panda/parser/ETSparser.h | 4 +- .../compiler/ets/FunctionType1-expected.txt | 8 +- .../compiler/ets/FunctionType2-expected.txt | 8 +- .../compiler/ets/FunctionType3-expected.txt | 8 +- .../compiler/ets/FunctionType4-expected.txt | 22 +- .../compiler/ets/FunctionType5-expected.txt | 22 +- .../compiler/ets/FunctionType6-expected.txt | 8 +- .../compiler/ets/FunctionType8-expected.txt | 16 +- .../compiler/ets/FunctionType9-expected.txt | 8 +- ...actNewClassInstanceExpression-expected.txt | 16 +- .../for_of_missing_iterator_type-expected.txt | 8 +- .../ets/from-soft-keyword-0-expected.txt | 8 +- .../ets/generic_arrayaslist-expected.txt | 16 +- .../ets/generic_function_call_5-expected.txt | 8 +- ...nerics_class_recursive_type_1-expected.txt | 64 +- .../ets/generics_instantiation_1-expected.txt | 8 +- .../ets/generics_instantiation_2-expected.txt | 8 +- .../ets/generics_instantiation_3-expected.txt | 8 +- .../ets/generics_instantiation_4-expected.txt | 8 +- .../generics_interface_bounds_1-expected.txt | 8 +- ...nerics_primitive_type_param_1-expected.txt | 16 +- ...cs_primitive_type_param_neg_1-expected.txt | 8 +- ...cs_primitive_type_param_neg_2-expected.txt | 8 +- .../ets/identifierReference10-expected.txt | 16 +- .../ets/identifierReference11-expected.txt | 8 +- .../ets/identifierReference12-expected.txt | 16 +- .../ets/identifierReference13-expected.txt | 8 +- .../ets/identifierReference2-expected.txt | 22 +- .../ets/identifierReference3-expected.txt | 22 +- .../ets/identifierReference4-expected.txt | 30 +- .../ets/identifierReference5-expected.txt | 16 +- .../ets/inferTypeOfArray-expected.txt | 154 +-- .../inferTypeOfArrayNegative1-expected.txt | 22 +- .../inferTypeOfArrayNegative2-expected.txt | 44 +- .../inferTypeOfArrayNegative3-expected.txt | 22 +- .../ets/infinityNarrowing-expected.txt | 24 +- .../ets/invalidInheritance1-expected.txt | 8 +- .../ets/invalidInheritance3-expected.txt | 16 +- .../ets/invalidPrivateAccess1-expected.txt | 16 +- .../ets/invalidPrivateAccess2-expected.txt | 8 +- .../ets/invalidPrivateAccess3-expected.txt | 8 +- .../ets/invalidPrivateAccess4-expected.txt | 8 +- .../ets/invalidProtectedAccess1-expected.txt | 16 +- .../ets/invalidProtectedAccess2-expected.txt | 8 +- .../ets/invalidProtectedAccess3-expected.txt | 8 +- .../compiler/ets/lambdaFunction1-expected.txt | 38 +- .../compiler/ets/lambdaFunction4-expected.txt | 16 +- .../compiler/ets/lambdaFunction5-expected.txt | 16 +- .../ets/launch_expression-expected.txt | 88 +- .../ets/loopWithinLambda-expected.txt | 8 +- .../ets/manyLocalsParamRegUsage-expected.txt | 16 +- .../ets/objectLiteralAbstract-expected.txt | 22 +- .../ets/objectLiteralBadKey-expected.txt | 22 +- .../objectLiteralInaccessibleKey-expected.txt | 30 +- .../ets/objectLiteralInterface-expected.txt | 22 +- .../objectLiteralNoContextType-expected.txt | 22 +- ...ralNoParameterlessConstructor-expected.txt | 22 +- .../ets/objectLiteralNoSuchKey-expected.txt | 22 +- ...ctLiteralPrimitiveContextType-expected.txt | 22 +- ...jectLiteralPrivateConstructor-expected.txt | 22 +- .../ets/objectLiteralReadonlyKey-expected.txt | 30 +- .../objectLiteralWrongValueType-expected.txt | 30 +- .../compiler/ets/setArrayLength1-expected.txt | 8 +- ...perReferenceFromStaticContext-expected.txt | 8 +- ...hisReferenceFromStaticContext-expected.txt | 8 +- .../ets/throwingFunctionCheck1-expected.txt | 22 +- .../test/compiler/ets/typeAlias-expected.txt | 22 +- .../compiler/ets/union_types_1-expected.txt | 24 +- .../compiler/ets/union_types_2-expected.txt | 16 +- .../compiler/ets/union_types_4-expected.txt | 8 +- .../compiler/ets/union_types_5-expected.txt | 24 +- .../parser/ets/AccessBinaryTrees-expected.txt | 48 +- .../parser/ets/AccessFannkuch-expected.txt | 16 +- .../test/parser/ets/AccessNBody-expected.txt | 112 +-- .../test/parser/ets/AccessNSieve-expected.txt | 32 +- .../ets/Bitops3BitBitsInByte-expected.txt | 24 +- .../parser/ets/BitopsBitsInByte-expected.txt | 24 +- .../parser/ets/BitopsBitwiseAnd-expected.txt | 16 +- .../parser/ets/BitopsNSieveBits-expected.txt | 24 +- .../ets/ControlFlowRecursive-expected.txt | 24 +- .../parser/ets/Dollar_dollar_1-expected.txt | 22 +- .../parser/ets/Dollar_dollar_2-expected.txt | 24 +- .../parser/ets/Dollar_dollar_3-expected.txt | 44 +- .../parser/ets/Dollar_dollar_4-expected.txt | 22 +- .../test/parser/ets/FunctionType-expected.txt | 24 +- .../test/parser/ets/MathCordic-expected.txt | 40 +- .../parser/ets/MathPartialSums-expected.txt | 32 +- .../parser/ets/MathSpectralNorm-expected.txt | 24 +- .../test/parser/ets/Morph3d-expected.txt | 24 +- .../test/parser/ets/StringBase64-expected.txt | 40 +- .../parser/ets/access_modifier_3-expected.txt | 8 +- .../parser/ets/anonymous_class-expected.txt | 16 +- ets2panda/test/parser/ets/array-expected.txt | 44 +- .../ets/arrayHoldingNullValue-expected.txt | 66 +- .../test/parser/ets/array_type-expected.txt | 16 +- ets2panda/test/parser/ets/assign-expected.txt | 30 +- .../test/parser/ets/assign-func-expected.txt | 8 +- .../test/parser/ets/assignments-expected.txt | 16 +- .../parser/ets/async_function-expected.txt | 8 +- .../parser/ets/async_lambda_bad-expected.txt | 8 +- .../parser/ets/async_with_lambda-expected.txt | 8 +- .../parser/ets/await_keyword-expected.txt | 60 +- .../test/parser/ets/binary_op-expected.txt | 946 +++++++++--------- .../parser/ets/binary_operations-expected.txt | 192 ++-- .../test/parser/ets/boolean-expected.txt | 30 +- ets2panda/test/parser/ets/break-expected.txt | 22 +- .../parser/ets/cast_expressions5-expected.txt | 30 +- .../test/parser/ets/class_init-expected.txt | 8 +- .../parser/ets/class_instance-expected.txt | 110 +- .../ets/class_instance_creation-expected.txt | 24 +- .../class_instance_initializer-expected.txt | 32 +- .../ets/class_static_initializer-expected.txt | 16 +- ets2panda/test/parser/ets/const-expected.txt | 16 +- .../constructor_with_return_1-expected.txt | 8 +- .../constructor_with_return_2-expected.txt | 8 +- .../test/parser/ets/constructors-expected.txt | 24 +- .../test/parser/ets/continue-expected.txt | 22 +- .../test/parser/ets/decl_infer-expected.txt | 150 +-- .../parser/ets/declare_class-expected.txt | 16 +- .../ets/declare_class_bad_2-expected.txt | 8 +- .../ets/declare_class_bad_4-expected.txt | 8 +- .../modules/module-expected.txt | 16 +- .../parser/ets/empty_statement-expected.txt | 8 +- ets2panda/test/parser/ets/enum-expected.txt | 8 +- .../test/parser/ets/exports-expected.txt | 32 +- ...function_access_private_field-expected.txt | 8 +- .../test/parser/ets/field_decl-expected.txt | 72 +- ets2panda/test/parser/ets/for_of-expected.txt | 22 +- .../test/parser/ets/for_of_02-expected.txt | 22 +- .../test/parser/ets/function-expected.txt | 8 +- .../ets/functionTypeThrows-expected.txt | 8 +- ...unction_implicit_return_type2-expected.txt | 8 +- ...unction_implicit_return_type3-expected.txt | 22 +- .../test/parser/ets/generics_1-expected.txt | 24 +- .../parser/ets/getter_native-expected.txt | 8 +- ...etter_setter_access_modifiers-expected.txt | 32 +- ...ter_setter_access_modifiers_2-expected.txt | 32 +- .../ets/global_const_vars3-expected.txt | 24 +- .../ets/global_const_vars4-expected.txt | 10 +- .../test/parser/ets/identifier-expected.txt | 66 +- .../import_tests/diamond/test2-expected.txt | 24 +- .../import_tests/diamond/test3-expected.txt | 24 +- .../import_tests/diamond/test4-expected.txt | 24 +- .../import_alias/export-expected.txt | 46 +- .../ets/import_tests/import_all-expected.txt | 66 +- .../import_all_alias_1-expected.txt | 44 +- .../import_all_alias_2-expected.txt | 22 +- .../import_tests/import_name_1-expected.txt | 44 +- .../import_tests/import_name_2-expected.txt | 22 +- .../import_name_alias_1-expected.txt | 44 +- .../import_name_alias_2-expected.txt | 22 +- .../import_relative_path-expected.txt | 44 +- .../import_several_1-expected.txt | 44 +- .../import_several_2-expected.txt | 22 +- .../import_several_3-expected.txt | 44 +- .../import_several_4-expected.txt | 44 +- .../import_several_5-expected.txt | 44 +- .../import_several_6-expected.txt | 44 +- .../import_several_7-expected.txt | 44 +- .../struct_default_module-expected.txt | 8 +- .../modules/struct_module-expected.txt | 8 +- .../subpackage_module_1-expected.txt | 8 +- .../subpackage_module_2-expected.txt | 8 +- .../packages/package_module_1-expected.txt | 8 +- .../packages/package_module_2-expected.txt | 8 +- .../package_module_1-expected.txt | 8 +- .../package_module_1-expected.txt | 8 +- .../subpackage_module_1-expected.txt | 8 +- .../subpackage_module_2-expected.txt | 8 +- .../relative_import/Line-expected.txt | 16 +- .../relative_import/Point-expected.txt | 16 +- .../relative_import/alias2-expected.txt | 24 +- .../parser/ets/index_expressions-expected.txt | 88 +- .../parser/ets/internalParsing-expected.txt | 16 +- .../ets/internalProtectedParsing-expected.txt | 16 +- .../ets/lambdaThrowsRethrows-expected.txt | 16 +- .../launch_with_call_expression-expected.txt | 22 +- .../test/parser/ets/literals-expected.txt | 136 +-- ets2panda/test/parser/ets/null-expected.txt | 44 +- .../test/parser/ets/null_invalid-expected.txt | 30 +- .../test/parser/ets/null_valid-expected.txt | 30 +- .../test/parser/ets/nullableType-expected.txt | 8 +- ets2panda/test/parser/ets/object-expected.txt | 8 +- .../ets/optional-chaining-array-expected.txt | 74 +- ...nal_chaining_invalid_property-expected.txt | 60 +- ...onal_chaining_nested_property-expected.txt | 68 +- ...onal_chaining_object_property-expected.txt | 82 +- .../parentheses_expression_value-expected.txt | 88 +- .../parser/ets/predefined_types-expected.txt | 56 +- .../ets/property-access-field-1-expected.txt | 8 +- .../ets/property-access-field-2-expected.txt | 8 +- ets2panda/test/parser/ets/return-expected.txt | 22 +- .../parser/ets/setter_native-expected.txt | 8 +- .../ets/setter_with_non_void-expected.txt | 8 +- .../test/parser/ets/simple_types-expected.txt | 206 ++-- ets2panda/test/parser/ets/string-expected.txt | 44 +- .../parser/ets/struct_identifier-expected.txt | 8 +- .../test/parser/ets/struct_init-expected.txt | 8 +- .../struct_static_initializer-expected.txt | 16 +- .../parser/ets/struct_templete-expected.txt | 24 +- .../ets/switch_readonly_member-expected.txt | 16 +- ..._readonly_member_compare_char-expected.txt | 16 +- ...eadonly_member_compare_char_2-expected.txt | 16 +- ...eadonly_member_different_enum-expected.txt | 16 +- ...donly_member_different_enum_2-expected.txt | 16 +- .../switch_readonly_member_enum-expected.txt | 16 +- ...eadonly_member_enum_duplicate-expected.txt | 16 +- ...donly_member_number_duplicate-expected.txt | 16 +- .../test/parser/ets/ternary-expected.txt | 66 +- .../test/parser/ets/test_jsvalue-expected.txt | 8 +- .../ets/test_jsvalue_get_double-expected.txt | 30 +- .../test_jsvalue_get_property_1-expected.txt | 30 +- .../test_jsvalue_get_property_2-expected.txt | 30 +- .../parser/ets/test_type_alias9-expected.txt | 44 +- .../throwsRethrowsAsVariables-expected.txt | 44 +- ...bda_mismatch_lambda_signature-expected.txt | 22 +- .../test/parser/ets/type_cast-expected.txt | 48 +- .../parser/ets/type_variance1-expected.txt | 8 +- .../test/parser/ets/unary_op-expected.txt | 206 ++-- .../parser/ets/unary_operations-expected.txt | 80 +- 221 files changed, 3612 insertions(+), 3595 deletions(-) diff --git a/ets2panda/parser/ETSparser.cpp b/ets2panda/parser/ETSparser.cpp index e86b81930b..baac6272f1 100644 --- a/ets2panda/parser/ETSparser.cpp +++ b/ets2panda/parser/ETSparser.cpp @@ -669,7 +669,7 @@ ArenaVector ETSParser::ParseTopLevelStatements(ArenaVector::Enter( VarBinder(), GetProgram()->GlobalClassScope()); - ParseClassFieldDefiniton(member_name, member_modifiers, &global_properties, init_function); + ParseClassFieldDefiniton(member_name, member_modifiers, &global_properties, init_function, &start_loc); break; } case lexer::TokenType::KEYW_ASYNC: @@ -1253,8 +1253,11 @@ ir::ModifierFlags ETSParser::ParseClassMethodModifiers(bool seen_static) // NOLINTNEXTLINE(google-default-arguments) void ETSParser::ParseClassFieldDefiniton(ir::Identifier *field_name, ir::ModifierFlags modifiers, - ArenaVector *declarations, ir::ScriptFunction *init_function) + ArenaVector *declarations, ir::ScriptFunction *init_function, + lexer::SourcePosition *let_loc) { + lexer::SourcePosition start_loc = let_loc != nullptr ? *let_loc : Lexer()->GetToken().Start(); + lexer::SourcePosition end_loc = start_loc; ir::TypeNode *type_annotation = nullptr; TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; @@ -1283,9 +1286,16 @@ void ETSParser::ParseClassFieldDefiniton(ir::Identifier *field_name, ir::Modifie auto *assignment_expression = AllocNode(ident, initializer, lexer::TokenType::PUNCTUATOR_SUBSTITUTION); + end_loc = initializer->End(); + assignment_expression->SetRange({field_name->Start(), end_loc}); assignment_expression->SetParent(func_body); - func_body->AsBlockStatement()->Statements().emplace_back( - AllocNode(assignment_expression)); + + auto expression_statement = AllocNode(assignment_expression); + if (Lexer()->GetToken().Type() == lexer::TokenType::PUNCTUATOR_SEMI_COLON) { + end_loc = Lexer()->GetToken().End(); + } + expression_statement->SetRange({start_loc, end_loc}); + func_body->AsBlockStatement()->Statements().emplace_back(expression_statement); if (type_annotation != nullptr && !type_annotation->IsETSFunctionType()) { initializer = nullptr; @@ -1300,6 +1310,13 @@ void ETSParser::ParseClassFieldDefiniton(ir::Identifier *field_name, ir::Modifie } auto *field = AllocNode(field_name, initializer, type_annotation, modifiers, Allocator(), false); + start_loc = field_name->Start(); + if (initializer != nullptr) { + end_loc = initializer->End(); + } else { + end_loc = type_annotation != nullptr ? type_annotation->End() : field_name->End(); + } + field->SetRange({start_loc, end_loc}); if ((modifiers & ir::ModifierFlags::CONST) != 0) { ASSERT(VarBinder()->GetScope()->Parent() != nullptr); diff --git a/ets2panda/parser/ETSparser.h b/ets2panda/parser/ETSparser.h index ba8e78e359..378c58b959 100644 --- a/ets2panda/parser/ETSparser.h +++ b/ets2panda/parser/ETSparser.h @@ -103,8 +103,8 @@ private: // NOLINTNEXTLINE(google-default-arguments) void ParseClassFieldDefiniton(ir::Identifier *field_name, ir::ModifierFlags modifiers, - ArenaVector *declarations, - ir::ScriptFunction *init_function = nullptr); + ArenaVector *declarations, ir::ScriptFunction *init_function = nullptr, + lexer::SourcePosition *let_loc = nullptr); std::tuple ParseTypeReferencePart( TypeAnnotationParsingOptions *options); ir::TypeNode *ParseTypeReference(TypeAnnotationParsingOptions *options); diff --git a/ets2panda/test/compiler/ets/FunctionType1-expected.txt b/ets2panda/test/compiler/ets/FunctionType1-expected.txt index 8a077af2aa..067f017468 100644 --- a/ets2panda/test/compiler/ets/FunctionType1-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType1-expected.txt @@ -594,12 +594,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 35 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType2-expected.txt b/ets2panda/test/compiler/ets/FunctionType2-expected.txt index 071e519658..1dcaa7ce18 100644 --- a/ets2panda/test/compiler/ets/FunctionType2-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType2-expected.txt @@ -253,12 +253,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 37 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType3-expected.txt b/ets2panda/test/compiler/ets/FunctionType3-expected.txt index ca35e1e27c..9f4f79c857 100644 --- a/ets2panda/test/compiler/ets/FunctionType3-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType3-expected.txt @@ -281,12 +281,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 36 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType4-expected.txt b/ets2panda/test/compiler/ets/FunctionType4-expected.txt index c2aedd46bf..8927a88069 100644 --- a/ets2panda/test/compiler/ets/FunctionType4-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType4-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 25 } } } @@ -393,12 +393,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 24 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType5-expected.txt b/ets2panda/test/compiler/ets/FunctionType5-expected.txt index 20c6f2c6fc..c6c23c17de 100644 --- a/ets2panda/test/compiler/ets/FunctionType5-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType5-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 14 } } } @@ -434,12 +434,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 } } } diff --git a/ets2panda/test/compiler/ets/FunctionType6-expected.txt b/ets2panda/test/compiler/ets/FunctionType6-expected.txt index f065203054..909ce83c37 100644 --- a/ets2panda/test/compiler/ets/FunctionType6-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType6-expected.txt @@ -446,12 +446,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 17 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType8-expected.txt b/ets2panda/test/compiler/ets/FunctionType8-expected.txt index 98c579e069..2467200881 100644 --- a/ets2panda/test/compiler/ets/FunctionType8-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType8-expected.txt @@ -448,12 +448,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 42 } } }, @@ -978,12 +978,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 34 } } }, diff --git a/ets2panda/test/compiler/ets/FunctionType9-expected.txt b/ets2panda/test/compiler/ets/FunctionType9-expected.txt index b0d532dda3..e6dafbd1ae 100644 --- a/ets2panda/test/compiler/ets/FunctionType9-expected.txt +++ b/ets2panda/test/compiler/ets/FunctionType9-expected.txt @@ -338,12 +338,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 37 } } }, diff --git a/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression-expected.txt b/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression-expected.txt index e136477e1f..d2a660f61f 100644 --- a/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression-expected.txt +++ b/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression-expected.txt @@ -746,12 +746,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 9 } } }, @@ -948,12 +948,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 2 } } }, diff --git a/ets2panda/test/compiler/ets/for_of_missing_iterator_type-expected.txt b/ets2panda/test/compiler/ets/for_of_missing_iterator_type-expected.txt index bc25d70c78..e2347bad08 100644 --- a/ets2panda/test/compiler/ets/for_of_missing_iterator_type-expected.txt +++ b/ets2panda/test/compiler/ets/for_of_missing_iterator_type-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 17 } } }, diff --git a/ets2panda/test/compiler/ets/from-soft-keyword-0-expected.txt b/ets2panda/test/compiler/ets/from-soft-keyword-0-expected.txt index 7e25b44fe1..3bbcd11e33 100644 --- a/ets2panda/test/compiler/ets/from-soft-keyword-0-expected.txt +++ b/ets2panda/test/compiler/ets/from-soft-keyword-0-expected.txt @@ -119,12 +119,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, diff --git a/ets2panda/test/compiler/ets/generic_arrayaslist-expected.txt b/ets2panda/test/compiler/ets/generic_arrayaslist-expected.txt index e902bdbdba..4769cb130a 100644 --- a/ets2panda/test/compiler/ets/generic_arrayaslist-expected.txt +++ b/ets2panda/test/compiler/ets/generic_arrayaslist-expected.txt @@ -20928,12 +20928,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 238, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 238, + "column": 23 } } }, @@ -20977,12 +20977,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 239, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 239, + "column": 25 } } } diff --git a/ets2panda/test/compiler/ets/generic_function_call_5-expected.txt b/ets2panda/test/compiler/ets/generic_function_call_5-expected.txt index f74eaa8b74..42dbbefc7b 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_5-expected.txt +++ b/ets2panda/test/compiler/ets/generic_function_call_5-expected.txt @@ -466,12 +466,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 25 } } } diff --git a/ets2panda/test/compiler/ets/generics_class_recursive_type_1-expected.txt b/ets2panda/test/compiler/ets/generics_class_recursive_type_1-expected.txt index bd5f6fdaac..8c18f48d2d 100644 --- a/ets2panda/test/compiler/ets/generics_class_recursive_type_1-expected.txt +++ b/ets2panda/test/compiler/ets/generics_class_recursive_type_1-expected.txt @@ -355,12 +355,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, @@ -432,12 +432,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, @@ -509,12 +509,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, @@ -558,12 +558,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } }, @@ -732,12 +732,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 24 } } }, @@ -5376,12 +5376,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 55, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 55, + "column": 13 } } }, @@ -5855,12 +5855,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 59, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 59, + "column": 20 } } }, @@ -6029,12 +6029,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 60, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 60, + "column": 20 } } }, diff --git a/ets2panda/test/compiler/ets/generics_instantiation_1-expected.txt b/ets2panda/test/compiler/ets/generics_instantiation_1-expected.txt index a39528d5a3..826c0e80a2 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_1-expected.txt +++ b/ets2panda/test/compiler/ets/generics_instantiation_1-expected.txt @@ -174,12 +174,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, diff --git a/ets2panda/test/compiler/ets/generics_instantiation_2-expected.txt b/ets2panda/test/compiler/ets/generics_instantiation_2-expected.txt index 9378ef0aa2..2e60845699 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_2-expected.txt +++ b/ets2panda/test/compiler/ets/generics_instantiation_2-expected.txt @@ -395,12 +395,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 } } }, diff --git a/ets2panda/test/compiler/ets/generics_instantiation_3-expected.txt b/ets2panda/test/compiler/ets/generics_instantiation_3-expected.txt index 4304cd5d68..7aee390311 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_3-expected.txt +++ b/ets2panda/test/compiler/ets/generics_instantiation_3-expected.txt @@ -498,12 +498,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/generics_instantiation_4-expected.txt b/ets2panda/test/compiler/ets/generics_instantiation_4-expected.txt index 4d568d9bcf..58ac0be4cf 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_4-expected.txt +++ b/ets2panda/test/compiler/ets/generics_instantiation_4-expected.txt @@ -1952,12 +1952,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 41, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 41, + "column": 21 } } }, diff --git a/ets2panda/test/compiler/ets/generics_interface_bounds_1-expected.txt b/ets2panda/test/compiler/ets/generics_interface_bounds_1-expected.txt index bcf0a134c9..618aaf0ee7 100644 --- a/ets2panda/test/compiler/ets/generics_interface_bounds_1-expected.txt +++ b/ets2panda/test/compiler/ets/generics_interface_bounds_1-expected.txt @@ -509,12 +509,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_1-expected.txt b/ets2panda/test/compiler/ets/generics_primitive_type_param_1-expected.txt index d17aa49e9f..beeda0916c 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_1-expected.txt +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_1-expected.txt @@ -133,12 +133,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 } } }, @@ -196,12 +196,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 31 } } }, diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1-expected.txt b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1-expected.txt index 0217b74e03..981fbdf9d5 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1-expected.txt +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1-expected.txt @@ -133,12 +133,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 } } }, diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2-expected.txt b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2-expected.txt index 64dcbdf331..cb01550c5c 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2-expected.txt +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2-expected.txt @@ -133,12 +133,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 } } }, diff --git a/ets2panda/test/compiler/ets/identifierReference10-expected.txt b/ets2panda/test/compiler/ets/identifierReference10-expected.txt index 3eb9089b82..c956b38949 100644 --- a/ets2panda/test/compiler/ets/identifierReference10-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference10-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 } } }, @@ -345,12 +345,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/identifierReference11-expected.txt b/ets2panda/test/compiler/ets/identifierReference11-expected.txt index 0d57a8c2bc..f0d6012410 100644 --- a/ets2panda/test/compiler/ets/identifierReference11-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference11-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/identifierReference12-expected.txt b/ets2panda/test/compiler/ets/identifierReference12-expected.txt index efc3f35fc8..c41ed2bceb 100644 --- a/ets2panda/test/compiler/ets/identifierReference12-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference12-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 16 } } }, @@ -345,12 +345,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/identifierReference13-expected.txt b/ets2panda/test/compiler/ets/identifierReference13-expected.txt index f11520714b..b9a14ad2ff 100644 --- a/ets2panda/test/compiler/ets/identifierReference13-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference13-expected.txt @@ -417,12 +417,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/identifierReference2-expected.txt b/ets2panda/test/compiler/ets/identifierReference2-expected.txt index 07248d61cc..4f28a2426c 100644 --- a/ets2panda/test/compiler/ets/identifierReference2-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference2-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 37 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 38 } } } @@ -354,12 +354,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 37 } } } diff --git a/ets2panda/test/compiler/ets/identifierReference3-expected.txt b/ets2panda/test/compiler/ets/identifierReference3-expected.txt index 6495cedbd5..6e49f3f604 100644 --- a/ets2panda/test/compiler/ets/identifierReference3-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference3-expected.txt @@ -435,23 +435,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } } @@ -542,12 +542,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/identifierReference4-expected.txt b/ets2panda/test/compiler/ets/identifierReference4-expected.txt index bed72d5ed1..beb0f9de57 100644 --- a/ets2panda/test/compiler/ets/identifierReference4-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference4-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 } } }, @@ -689,23 +689,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 17 } } } @@ -796,12 +796,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/identifierReference5-expected.txt b/ets2panda/test/compiler/ets/identifierReference5-expected.txt index e0cef05812..ebaa3df039 100644 --- a/ets2panda/test/compiler/ets/identifierReference5-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference5-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 } } }, @@ -209,12 +209,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/inferTypeOfArray-expected.txt b/ets2panda/test/compiler/ets/inferTypeOfArray-expected.txt index 835924e26a..ed3c6dd87d 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArray-expected.txt +++ b/ets2panda/test/compiler/ets/inferTypeOfArray-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -233,23 +233,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, @@ -332,23 +332,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, @@ -501,23 +501,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 34 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 34 } } }, @@ -557,23 +557,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 11 } } }, @@ -671,23 +671,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 19 } } }, @@ -949,12 +949,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -999,12 +999,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -1064,12 +1064,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, @@ -1157,12 +1157,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, @@ -1320,12 +1320,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 34 } } }, @@ -1370,12 +1370,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 11 } } }, @@ -1478,12 +1478,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 19 } } } diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1-expected.txt b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1-expected.txt index 88c70a3f2d..8f6bb0ae1d 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1-expected.txt +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 23 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 23 } } } @@ -300,12 +300,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 23 } } } diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2-expected.txt b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2-expected.txt index 8a219b90aa..be6fbf6957 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2-expected.txt +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -420,23 +420,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } } @@ -528,12 +528,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -666,12 +666,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } } diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3-expected.txt b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3-expected.txt index aca5d358ee..6b9887c244 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3-expected.txt +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } }, @@ -385,12 +385,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } } diff --git a/ets2panda/test/compiler/ets/infinityNarrowing-expected.txt b/ets2panda/test/compiler/ets/infinityNarrowing-expected.txt index 15762d5624..0e8ee965c5 100644 --- a/ets2panda/test/compiler/ets/infinityNarrowing-expected.txt +++ b/ets2panda/test/compiler/ets/infinityNarrowing-expected.txt @@ -198,12 +198,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 41 } } }, @@ -289,12 +289,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 39 } } }, @@ -380,12 +380,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 41 } } } diff --git a/ets2panda/test/compiler/ets/invalidInheritance1-expected.txt b/ets2panda/test/compiler/ets/invalidInheritance1-expected.txt index c352a2bbf8..035dd5dd21 100644 --- a/ets2panda/test/compiler/ets/invalidInheritance1-expected.txt +++ b/ets2panda/test/compiler/ets/invalidInheritance1-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/invalidInheritance3-expected.txt b/ets2panda/test/compiler/ets/invalidInheritance3-expected.txt index b51e8ebc28..bb1005989a 100644 --- a/ets2panda/test/compiler/ets/invalidInheritance3-expected.txt +++ b/ets2panda/test/compiler/ets/invalidInheritance3-expected.txt @@ -187,12 +187,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 33 } } }, @@ -427,12 +427,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess1-expected.txt b/ets2panda/test/compiler/ets/invalidPrivateAccess1-expected.txt index 050eafacd6..f902846d03 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess1-expected.txt +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess1-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess2-expected.txt b/ets2panda/test/compiler/ets/invalidPrivateAccess2-expected.txt index 363fb01a70..37596af9b0 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess2-expected.txt +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess2-expected.txt @@ -255,12 +255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } } diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess3-expected.txt b/ets2panda/test/compiler/ets/invalidPrivateAccess3-expected.txt index 2d7478d6bb..7a5181e8f8 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess3-expected.txt +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess3-expected.txt @@ -255,12 +255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess4-expected.txt b/ets2panda/test/compiler/ets/invalidPrivateAccess4-expected.txt index e32a0fe8b3..661b94b89b 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess4-expected.txt +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess4-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess1-expected.txt b/ets2panda/test/compiler/ets/invalidProtectedAccess1-expected.txt index 5614525b4d..013fcfafc4 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess1-expected.txt +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess1-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 16 } } }, diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess2-expected.txt b/ets2panda/test/compiler/ets/invalidProtectedAccess2-expected.txt index e0a657b55a..e7356eb49a 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess2-expected.txt +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess2-expected.txt @@ -255,12 +255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 24 } } } diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess3-expected.txt b/ets2panda/test/compiler/ets/invalidProtectedAccess3-expected.txt index a3ba983dd7..fa41a9e7db 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess3-expected.txt +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess3-expected.txt @@ -255,12 +255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 24 } } }, diff --git a/ets2panda/test/compiler/ets/lambdaFunction1-expected.txt b/ets2panda/test/compiler/ets/lambdaFunction1-expected.txt index 22a3b73a7a..132a58cca8 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction1-expected.txt +++ b/ets2panda/test/compiler/ets/lambdaFunction1-expected.txt @@ -553,12 +553,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 36, + "column": 6 } } }, @@ -783,23 +783,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } } @@ -890,12 +890,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -1083,12 +1083,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 2 } } }, diff --git a/ets2panda/test/compiler/ets/lambdaFunction4-expected.txt b/ets2panda/test/compiler/ets/lambdaFunction4-expected.txt index 1dc4a6da9a..581964183a 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction4-expected.txt +++ b/ets2panda/test/compiler/ets/lambdaFunction4-expected.txt @@ -104,12 +104,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, @@ -353,12 +353,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 6 } } }, diff --git a/ets2panda/test/compiler/ets/lambdaFunction5-expected.txt b/ets2panda/test/compiler/ets/lambdaFunction5-expected.txt index 2cae57f050..131a90f02e 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction5-expected.txt +++ b/ets2panda/test/compiler/ets/lambdaFunction5-expected.txt @@ -63,12 +63,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -437,12 +437,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 6 } } }, diff --git a/ets2panda/test/compiler/ets/launch_expression-expected.txt b/ets2panda/test/compiler/ets/launch_expression-expected.txt index 943aa31421..ef4e77e942 100644 --- a/ets2panda/test/compiler/ets/launch_expression-expected.txt +++ b/ets2panda/test/compiler/ets/launch_expression-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 14 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -245,23 +245,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 30 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 31 } } }, @@ -328,23 +328,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 30 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 31 } } } @@ -436,12 +436,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 14 } } }, @@ -486,12 +486,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -548,12 +548,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 15 } } }, @@ -610,12 +610,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/loopWithinLambda-expected.txt b/ets2panda/test/compiler/ets/loopWithinLambda-expected.txt index 9c9103dccf..520b7c45cc 100644 --- a/ets2panda/test/compiler/ets/loopWithinLambda-expected.txt +++ b/ets2panda/test/compiler/ets/loopWithinLambda-expected.txt @@ -1390,12 +1390,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 2 } } }, diff --git a/ets2panda/test/compiler/ets/manyLocalsParamRegUsage-expected.txt b/ets2panda/test/compiler/ets/manyLocalsParamRegUsage-expected.txt index 0420e8c4b9..9c8d5790d2 100644 --- a/ets2panda/test/compiler/ets/manyLocalsParamRegUsage-expected.txt +++ b/ets2panda/test/compiler/ets/manyLocalsParamRegUsage-expected.txt @@ -10697,12 +10697,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 280, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 280, + "column": 18 } } }, @@ -14373,12 +14373,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 281, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 538, + "column": 7 } } }, diff --git a/ets2panda/test/compiler/ets/objectLiteralAbstract-expected.txt b/ets2panda/test/compiler/ets/objectLiteralAbstract-expected.txt index 69b8a1f754..e4799e206c 100644 --- a/ets2panda/test/compiler/ets/objectLiteralAbstract-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralAbstract-expected.txt @@ -243,23 +243,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 15 } } } @@ -378,12 +378,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralBadKey-expected.txt b/ets2panda/test/compiler/ets/objectLiteralBadKey-expected.txt index 69dabbbb8f..37364fa25b 100644 --- a/ets2panda/test/compiler/ets/objectLiteralBadKey-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralBadKey-expected.txt @@ -289,23 +289,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 } } } @@ -424,12 +424,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey-expected.txt b/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey-expected.txt index 3d5876a288..7d776f219a 100644 --- a/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, @@ -339,23 +339,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 3 } } } @@ -474,12 +474,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralInterface-expected.txt b/ets2panda/test/compiler/ets/objectLiteralInterface-expected.txt index 2fca7389c4..368098ad83 100644 --- a/ets2panda/test/compiler/ets/objectLiteralInterface-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralInterface-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 15 } } } @@ -284,12 +284,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralNoContextType-expected.txt b/ets2panda/test/compiler/ets/objectLiteralNoContextType-expected.txt index 58b54f8ad1..ef22164be0 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoContextType-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralNoContextType-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 } } } @@ -214,12 +214,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor-expected.txt b/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor-expected.txt index 8c92271a75..365d537e22 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor-expected.txt @@ -286,23 +286,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } } @@ -421,12 +421,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralNoSuchKey-expected.txt b/ets2panda/test/compiler/ets/objectLiteralNoSuchKey-expected.txt index 3a47a2cb86..d7eb3607ec 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoSuchKey-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralNoSuchKey-expected.txt @@ -290,23 +290,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 3 } } } @@ -425,12 +425,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType-expected.txt b/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType-expected.txt index 67be000338..15dc9ad6b1 100644 --- a/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 17 } } } @@ -213,12 +213,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor-expected.txt b/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor-expected.txt index 270254e5ab..65af224bc8 100644 --- a/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor-expected.txt @@ -244,23 +244,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } } @@ -379,12 +379,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralReadonlyKey-expected.txt b/ets2panda/test/compiler/ets/objectLiteralReadonlyKey-expected.txt index f98ed82a48..277e55a111 100644 --- a/ets2panda/test/compiler/ets/objectLiteralReadonlyKey-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralReadonlyKey-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } }, @@ -339,23 +339,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 3 } } } @@ -474,12 +474,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/objectLiteralWrongValueType-expected.txt b/ets2panda/test/compiler/ets/objectLiteralWrongValueType-expected.txt index cba33cf83f..b391dd7761 100644 --- a/ets2panda/test/compiler/ets/objectLiteralWrongValueType-expected.txt +++ b/ets2panda/test/compiler/ets/objectLiteralWrongValueType-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -339,23 +339,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 3 } } } @@ -474,12 +474,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } } diff --git a/ets2panda/test/compiler/ets/setArrayLength1-expected.txt b/ets2panda/test/compiler/ets/setArrayLength1-expected.txt index a494136da1..df6abda8ad 100644 --- a/ets2panda/test/compiler/ets/setArrayLength1-expected.txt +++ b/ets2panda/test/compiler/ets/setArrayLength1-expected.txt @@ -132,12 +132,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 34 } } }, diff --git a/ets2panda/test/compiler/ets/superReferenceFromStaticContext-expected.txt b/ets2panda/test/compiler/ets/superReferenceFromStaticContext-expected.txt index 2d6182f988..0fe5d6df8d 100644 --- a/ets2panda/test/compiler/ets/superReferenceFromStaticContext-expected.txt +++ b/ets2panda/test/compiler/ets/superReferenceFromStaticContext-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 } } }, diff --git a/ets2panda/test/compiler/ets/thisReferenceFromStaticContext-expected.txt b/ets2panda/test/compiler/ets/thisReferenceFromStaticContext-expected.txt index 19f43b8362..28b0b12fae 100644 --- a/ets2panda/test/compiler/ets/thisReferenceFromStaticContext-expected.txt +++ b/ets2panda/test/compiler/ets/thisReferenceFromStaticContext-expected.txt @@ -233,12 +233,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck1-expected.txt b/ets2panda/test/compiler/ets/throwingFunctionCheck1-expected.txt index 76f6ac6fcd..14b1a16a40 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck1-expected.txt +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck1-expected.txt @@ -122,23 +122,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 27 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 28 } } } @@ -382,12 +382,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 27 } } } diff --git a/ets2panda/test/compiler/ets/typeAlias-expected.txt b/ets2panda/test/compiler/ets/typeAlias-expected.txt index afd663e75c..4f17d69d03 100644 --- a/ets2panda/test/compiler/ets/typeAlias-expected.txt +++ b/ets2panda/test/compiler/ets/typeAlias-expected.txt @@ -167,23 +167,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 28 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 29 } } } @@ -336,12 +336,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 28 } } } diff --git a/ets2panda/test/compiler/ets/union_types_1-expected.txt b/ets2panda/test/compiler/ets/union_types_1-expected.txt index 124c26c7ed..c6343a07d2 100644 --- a/ets2panda/test/compiler/ets/union_types_1-expected.txt +++ b/ets2panda/test/compiler/ets/union_types_1-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, @@ -276,12 +276,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 18 } } }, @@ -476,12 +476,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/union_types_2-expected.txt b/ets2panda/test/compiler/ets/union_types_2-expected.txt index 868389447b..02bad5efa3 100644 --- a/ets2panda/test/compiler/ets/union_types_2-expected.txt +++ b/ets2panda/test/compiler/ets/union_types_2-expected.txt @@ -213,12 +213,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, @@ -413,12 +413,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/union_types_4-expected.txt b/ets2panda/test/compiler/ets/union_types_4-expected.txt index f69abcff99..3ae46f4f24 100644 --- a/ets2panda/test/compiler/ets/union_types_4-expected.txt +++ b/ets2panda/test/compiler/ets/union_types_4-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, diff --git a/ets2panda/test/compiler/ets/union_types_5-expected.txt b/ets2panda/test/compiler/ets/union_types_5-expected.txt index 1ca5dd87b4..3a041975ac 100644 --- a/ets2panda/test/compiler/ets/union_types_5-expected.txt +++ b/ets2panda/test/compiler/ets/union_types_5-expected.txt @@ -174,12 +174,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 } } }, @@ -374,12 +374,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 18 } } }, @@ -574,12 +574,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 18 } } }, diff --git a/ets2panda/test/parser/ets/AccessBinaryTrees-expected.txt b/ets2panda/test/parser/ets/AccessBinaryTrees-expected.txt index df13087967..d5501d37a7 100644 --- a/ets2panda/test/parser/ets/AccessBinaryTrees-expected.txt +++ b/ets2panda/test/parser/ets/AccessBinaryTrees-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 27 } } }, @@ -167,12 +167,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 28 } } }, @@ -216,12 +216,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, @@ -1348,12 +1348,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 36, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 36, + "column": 33 } } }, @@ -1398,12 +1398,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 37, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 37, + "column": 31 } } }, @@ -1463,12 +1463,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 32 } } }, diff --git a/ets2panda/test/parser/ets/AccessFannkuch-expected.txt b/ets2panda/test/parser/ets/AccessFannkuch-expected.txt index ae08c0e2bc..bf878c72fa 100644 --- a/ets2panda/test/parser/ets/AccessFannkuch-expected.txt +++ b/ets2panda/test/parser/ets/AccessFannkuch-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, @@ -304,12 +304,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/AccessNBody-expected.txt b/ets2panda/test/parser/ets/AccessNBody-expected.txt index 71bf383517..068b84444b 100644 --- a/ets2panda/test/parser/ets/AccessNBody-expected.txt +++ b/ets2panda/test/parser/ets/AccessNBody-expected.txt @@ -206,12 +206,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 47 } } }, @@ -255,12 +255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 16 } } }, @@ -304,12 +304,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 16 } } }, @@ -353,12 +353,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 16 } } }, @@ -402,12 +402,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 17 } } }, @@ -451,12 +451,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 17 } } }, @@ -500,12 +500,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 17 } } }, @@ -549,12 +549,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 19 } } }, @@ -2418,12 +2418,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 47, + "column": 6 }, "end": { - "line": 1, - "column": 1 + "line": 47, + "column": 23 } } }, @@ -10644,12 +10644,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 119, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 119, + "column": 54 } } }, @@ -10707,12 +10707,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 120, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 120, + "column": 52 } } }, @@ -10770,12 +10770,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 121, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 121, + "column": 17 } } }, @@ -10833,12 +10833,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 122, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 122, + "column": 18 } } }, @@ -13551,12 +13551,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 139, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 139, + "column": 53 } } }, diff --git a/ets2panda/test/parser/ets/AccessNSieve-expected.txt b/ets2panda/test/parser/ets/AccessNSieve-expected.txt index c51455e4dd..e9379ad0e6 100644 --- a/ets2panda/test/parser/ets/AccessNSieve-expected.txt +++ b/ets2panda/test/parser/ets/AccessNSieve-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 34 } } }, @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 40 } } }, @@ -264,12 +264,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/Bitops3BitBitsInByte-expected.txt b/ets2panda/test/parser/ets/Bitops3BitBitsInByte-expected.txt index 1eccd3fe82..a298f24c52 100644 --- a/ets2panda/test/parser/ets/Bitops3BitBitsInByte-expected.txt +++ b/ets2panda/test/parser/ets/Bitops3BitBitsInByte-expected.txt @@ -893,12 +893,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 24 } } }, @@ -956,12 +956,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 24 } } }, @@ -1019,12 +1019,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 27 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 49 } } }, diff --git a/ets2panda/test/parser/ets/BitopsBitsInByte-expected.txt b/ets2panda/test/parser/ets/BitopsBitsInByte-expected.txt index 9f7a9bfd2f..dd67845c62 100644 --- a/ets2panda/test/parser/ets/BitopsBitsInByte-expected.txt +++ b/ets2panda/test/parser/ets/BitopsBitsInByte-expected.txt @@ -667,12 +667,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 24 } } }, @@ -730,12 +730,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 24 } } }, @@ -793,12 +793,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 27 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 49 } } }, diff --git a/ets2panda/test/parser/ets/BitopsBitwiseAnd-expected.txt b/ets2panda/test/parser/ets/BitopsBitwiseAnd-expected.txt index b7f077ed40..d9d3f5b4cc 100644 --- a/ets2panda/test/parser/ets/BitopsBitwiseAnd-expected.txt +++ b/ets2panda/test/parser/ets/BitopsBitwiseAnd-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 37 } } }, diff --git a/ets2panda/test/parser/ets/BitopsNSieveBits-expected.txt b/ets2panda/test/parser/ets/BitopsNSieveBits-expected.txt index a9f4084f95..6e174ce74b 100644 --- a/ets2panda/test/parser/ets/BitopsNSieveBits-expected.txt +++ b/ets2panda/test/parser/ets/BitopsNSieveBits-expected.txt @@ -2192,12 +2192,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 42, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 42, + "column": 14 } } }, @@ -2255,12 +2255,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 43, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 43, + "column": 18 } } }, @@ -2333,12 +2333,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 44, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 44, + "column": 50 } } }, diff --git a/ets2panda/test/parser/ets/ControlFlowRecursive-expected.txt b/ets2panda/test/parser/ets/ControlFlowRecursive-expected.txt index d3f54dd3e8..5a053da53e 100644 --- a/ets2panda/test/parser/ets/ControlFlowRecursive-expected.txt +++ b/ets2panda/test/parser/ets/ControlFlowRecursive-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 30 } } }, @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 40 } } }, diff --git a/ets2panda/test/parser/ets/Dollar_dollar_1-expected.txt b/ets2panda/test/parser/ets/Dollar_dollar_1-expected.txt index d15e91cc98..b50e9e4867 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_1-expected.txt +++ b/ets2panda/test/parser/ets/Dollar_dollar_1-expected.txt @@ -121,23 +121,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } } @@ -244,12 +244,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } } diff --git a/ets2panda/test/parser/ets/Dollar_dollar_2-expected.txt b/ets2panda/test/parser/ets/Dollar_dollar_2-expected.txt index acae80b8e2..43188a188a 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_2-expected.txt +++ b/ets2panda/test/parser/ets/Dollar_dollar_2-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 29 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 23 } } }, @@ -230,12 +230,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 36 } } }, diff --git a/ets2panda/test/parser/ets/Dollar_dollar_3-expected.txt b/ets2panda/test/parser/ets/Dollar_dollar_3-expected.txt index b0087ada5f..f981e5c354 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_3-expected.txt +++ b/ets2panda/test/parser/ets/Dollar_dollar_3-expected.txt @@ -284,23 +284,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 4 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 4 } } }, @@ -356,23 +356,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } } @@ -505,12 +505,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 4 } } }, @@ -571,12 +571,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } } diff --git a/ets2panda/test/parser/ets/Dollar_dollar_4-expected.txt b/ets2panda/test/parser/ets/Dollar_dollar_4-expected.txt index ca830b0559..f38a7fdcff 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_4-expected.txt +++ b/ets2panda/test/parser/ets/Dollar_dollar_4-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } } @@ -214,12 +214,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/FunctionType-expected.txt b/ets2panda/test/parser/ets/FunctionType-expected.txt index e7dd67b60f..051ecf2aa9 100644 --- a/ets2panda/test/parser/ets/FunctionType-expected.txt +++ b/ets2panda/test/parser/ets/FunctionType-expected.txt @@ -187,12 +187,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 32 } } }, @@ -564,12 +564,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 32 } } }, @@ -669,12 +669,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } }, diff --git a/ets2panda/test/parser/ets/MathCordic-expected.txt b/ets2panda/test/parser/ets/MathCordic-expected.txt index dd28c3583b..56e1b88322 100644 --- a/ets2panda/test/parser/ets/MathCordic-expected.txt +++ b/ets2panda/test/parser/ets/MathCordic-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 53 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 51 } } }, @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 59 } } }, @@ -1179,12 +1179,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 391 } } }, @@ -4633,12 +4633,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 68, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 68, + "column": 12 } } }, diff --git a/ets2panda/test/parser/ets/MathPartialSums-expected.txt b/ets2panda/test/parser/ets/MathPartialSums-expected.txt index efb9d801ca..23eb4fa475 100644 --- a/ets2panda/test/parser/ets/MathPartialSums-expected.txt +++ b/ets2panda/test/parser/ets/MathPartialSums-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 33 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 34 } } }, @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 55 } } }, @@ -265,12 +265,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 25 } } }, diff --git a/ets2panda/test/parser/ets/MathSpectralNorm-expected.txt b/ets2panda/test/parser/ets/MathSpectralNorm-expected.txt index 5a90ca9607..2c9560bd20 100644 --- a/ets2panda/test/parser/ets/MathSpectralNorm-expected.txt +++ b/ets2panda/test/parser/ets/MathSpectralNorm-expected.txt @@ -4998,12 +4998,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 76, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 76, + "column": 14 } } }, @@ -5061,12 +5061,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 77, + "column": 3 }, "end": { - "line": 1, - "column": 1 + "line": 77, + "column": 15 } } }, @@ -5124,12 +5124,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 78, + "column": 27 }, "end": { - "line": 1, - "column": 1 + "line": 78, + "column": 63 } } }, diff --git a/ets2panda/test/parser/ets/Morph3d-expected.txt b/ets2panda/test/parser/ets/Morph3d-expected.txt index 9d8cc66982..e5929d51a2 100644 --- a/ets2panda/test/parser/ets/Morph3d-expected.txt +++ b/ets2panda/test/parser/ets/Morph3d-expected.txt @@ -148,12 +148,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 27 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 43 } } }, @@ -211,12 +211,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 27 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 38 } } }, @@ -273,12 +273,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/StringBase64-expected.txt b/ets2panda/test/parser/ets/StringBase64-expected.txt index 8957ad62c1..8ea38a2427 100644 --- a/ets2panda/test/parser/ets/StringBase64-expected.txt +++ b/ets2panda/test/parser/ets/StringBase64-expected.txt @@ -132,12 +132,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 119 } } }, @@ -195,12 +195,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 44 } } }, @@ -3009,12 +3009,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 548 } } }, @@ -9357,12 +9357,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 70, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 70, + "column": 20 } } }, @@ -9420,12 +9420,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 71, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 71, + "column": 21 } } }, diff --git a/ets2panda/test/parser/ets/access_modifier_3-expected.txt b/ets2panda/test/parser/ets/access_modifier_3-expected.txt index a4b4adad2c..6e1441dd51 100644 --- a/ets2panda/test/parser/ets/access_modifier_3-expected.txt +++ b/ets2panda/test/parser/ets/access_modifier_3-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 25 } } }, diff --git a/ets2panda/test/parser/ets/anonymous_class-expected.txt b/ets2panda/test/parser/ets/anonymous_class-expected.txt index 44d1aafb1a..efcfb803c8 100644 --- a/ets2panda/test/parser/ets/anonymous_class-expected.txt +++ b/ets2panda/test/parser/ets/anonymous_class-expected.txt @@ -196,12 +196,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 25 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 38 } } }, @@ -414,12 +414,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 7 } } }, diff --git a/ets2panda/test/parser/ets/array-expected.txt b/ets2panda/test/parser/ets/array-expected.txt index b41cb428aa..94a5bd22f3 100644 --- a/ets2panda/test/parser/ets/array-expected.txt +++ b/ets2panda/test/parser/ets/array-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 23 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 24 } } }, @@ -248,23 +248,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 34 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 35 } } } @@ -368,12 +368,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -458,12 +458,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, diff --git a/ets2panda/test/parser/ets/arrayHoldingNullValue-expected.txt b/ets2panda/test/parser/ets/arrayHoldingNullValue-expected.txt index dabdff4623..d9ff0c65bc 100644 --- a/ets2panda/test/parser/ets/arrayHoldingNullValue-expected.txt +++ b/ets2panda/test/parser/ets/arrayHoldingNullValue-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 27 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 28 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 31 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 30 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 31 } } } @@ -338,12 +338,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -400,12 +400,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, @@ -490,12 +490,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 18 } } }, diff --git a/ets2panda/test/parser/ets/array_type-expected.txt b/ets2panda/test/parser/ets/array_type-expected.txt index 58aa59e69c..d86b75cade 100644 --- a/ets2panda/test/parser/ets/array_type-expected.txt +++ b/ets2panda/test/parser/ets/array_type-expected.txt @@ -215,12 +215,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 24 } } }, @@ -303,12 +303,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 32 } } }, diff --git a/ets2panda/test/parser/ets/assign-expected.txt b/ets2panda/test/parser/ets/assign-expected.txt index de7bfd7e21..89ce3dbfca 100644 --- a/ets2panda/test/parser/ets/assign-expected.txt +++ b/ets2panda/test/parser/ets/assign-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } } @@ -214,12 +214,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -264,12 +264,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 } } }, diff --git a/ets2panda/test/parser/ets/assign-func-expected.txt b/ets2panda/test/parser/ets/assign-func-expected.txt index a391d586b2..9acaaa71d7 100644 --- a/ets2panda/test/parser/ets/assign-func-expected.txt +++ b/ets2panda/test/parser/ets/assign-func-expected.txt @@ -368,12 +368,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 34 } } } diff --git a/ets2panda/test/parser/ets/assignments-expected.txt b/ets2panda/test/parser/ets/assignments-expected.txt index d5dbf6fbb6..a23e936e22 100644 --- a/ets2panda/test/parser/ets/assignments-expected.txt +++ b/ets2panda/test/parser/ets/assignments-expected.txt @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } }, @@ -251,12 +251,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } }, diff --git a/ets2panda/test/parser/ets/async_function-expected.txt b/ets2panda/test/parser/ets/async_function-expected.txt index f9b41ad629..5ad52c7a21 100644 --- a/ets2panda/test/parser/ets/async_function-expected.txt +++ b/ets2panda/test/parser/ets/async_function-expected.txt @@ -999,12 +999,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 96 } } } diff --git a/ets2panda/test/parser/ets/async_lambda_bad-expected.txt b/ets2panda/test/parser/ets/async_lambda_bad-expected.txt index 6928920e68..348a522a40 100644 --- a/ets2panda/test/parser/ets/async_lambda_bad-expected.txt +++ b/ets2panda/test/parser/ets/async_lambda_bad-expected.txt @@ -256,12 +256,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 55 } } } diff --git a/ets2panda/test/parser/ets/async_with_lambda-expected.txt b/ets2panda/test/parser/ets/async_with_lambda-expected.txt index 2007b8a7be..657afa1714 100644 --- a/ets2panda/test/parser/ets/async_with_lambda-expected.txt +++ b/ets2panda/test/parser/ets/async_with_lambda-expected.txt @@ -156,12 +156,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, diff --git a/ets2panda/test/parser/ets/await_keyword-expected.txt b/ets2panda/test/parser/ets/await_keyword-expected.txt index 9adc24bf50..2159d4df66 100644 --- a/ets2panda/test/parser/ets/await_keyword-expected.txt +++ b/ets2panda/test/parser/ets/await_keyword-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 43 } } }, "loc": { "start": { - "line": 1, + "line": 38, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 44 } } }, @@ -176,23 +176,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 39, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 39, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 33 } } } @@ -1308,12 +1308,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 2 } } }, @@ -2158,12 +2158,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 33, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 36, + "column": 2 } } }, @@ -2291,12 +2291,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 31 } } }, @@ -2368,12 +2368,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 39, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 18 } } } diff --git a/ets2panda/test/parser/ets/binary_op-expected.txt b/ets2panda/test/parser/ets/binary_op-expected.txt index 4be4d2ea48..f491c8074d 100644 --- a/ets2panda/test/parser/ets/binary_op-expected.txt +++ b/ets2panda/test/parser/ets/binary_op-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -274,23 +274,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } }, @@ -371,23 +371,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, @@ -427,23 +427,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 29 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 30 } } }, @@ -513,23 +513,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 25, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 19 } } }, @@ -628,23 +628,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 26, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 25 } } }, @@ -714,23 +714,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 29, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 20 } } }, @@ -800,23 +800,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 30, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 20 } } }, @@ -944,23 +944,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 31, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 34 } } }, @@ -1088,23 +1088,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 32, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 32, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 32, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 32, + "column": 34 } } }, @@ -1232,23 +1232,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 33, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 33, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 33, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 33, + "column": 34 } } }, @@ -1376,23 +1376,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 34, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 34 } } }, @@ -1462,23 +1462,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 37, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 37, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 37, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 37, + "column": 17 } } }, @@ -1548,23 +1548,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 38, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 17 } } }, @@ -1634,23 +1634,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 39, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 39, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 17 } } }, @@ -1836,23 +1836,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 40, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 40, + "column": 32 } } }, "loc": { "start": { - "line": 1, + "line": 40, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 40, + "column": 33 } } }, @@ -1922,23 +1922,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 43, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 43, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 43, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 43, + "column": 18 } } }, @@ -2008,23 +2008,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 44, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 44, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 44, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 44, + "column": 18 } } }, @@ -2094,23 +2094,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 45, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 45, + "column": 20 } } }, "loc": { "start": { - "line": 1, + "line": 45, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 45, + "column": 21 } } }, @@ -2180,23 +2180,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 46, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 46, + "column": 20 } } }, "loc": { "start": { - "line": 1, + "line": 46, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 46, + "column": 21 } } }, @@ -2266,23 +2266,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 49, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 49, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 49, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 49, + "column": 17 } } }, @@ -2352,23 +2352,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 50, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 50, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 50, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 50, + "column": 17 } } }, @@ -2438,23 +2438,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 51, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 51, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 51, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 51, + "column": 18 } } }, @@ -2524,23 +2524,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 52, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 52, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 52, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 52, + "column": 18 } } }, @@ -2610,23 +2610,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 53, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 53, + "column": 31 } } }, "loc": { "start": { - "line": 1, + "line": 53, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 53, + "column": 32 } } }, @@ -2696,23 +2696,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 56, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 56, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 56, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 56, + "column": 18 } } }, @@ -2782,23 +2782,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 57, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 57, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 57, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 57, + "column": 18 } } }, @@ -2868,23 +2868,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 58, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 58, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 58, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 58, + "column": 19 } } }, @@ -3012,23 +3012,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 59, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 59, + "column": 28 } } }, "loc": { "start": { - "line": 1, + "line": 59, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 59, + "column": 29 } } }, @@ -3098,23 +3098,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 62, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 62, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 62, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 62, + "column": 17 } } }, @@ -3184,23 +3184,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 63, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 63, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 63, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 63, + "column": 17 } } }, @@ -3328,23 +3328,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 64, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 64, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 64, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 64, + "column": 25 } } }, @@ -3414,23 +3414,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 67, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 67, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 67, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 67, + "column": 17 } } }, @@ -3500,23 +3500,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 68, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 68, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 68, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 68, + "column": 17 } } }, @@ -3586,23 +3586,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 69, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 69, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 69, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 69, + "column": 17 } } }, @@ -3788,23 +3788,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 70, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 70, + "column": 32 } } }, "loc": { "start": { - "line": 1, + "line": 70, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 70, + "column": 33 } } }, @@ -3932,23 +3932,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 73, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 73, + "column": 26 } } }, "loc": { "start": { - "line": 1, + "line": 73, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 73, + "column": 27 } } }, @@ -4076,23 +4076,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 74, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 74, + "column": 28 } } }, "loc": { "start": { - "line": 1, + "line": 74, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 74, + "column": 29 } } }, @@ -4423,23 +4423,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 75, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 75, + "column": 62 } } }, "loc": { "start": { - "line": 1, + "line": 75, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 75, + "column": 63 } } }, @@ -4770,23 +4770,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 76, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 76, + "column": 63 } } }, "loc": { "start": { - "line": 1, + "line": 76, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 76, + "column": 64 } } }, @@ -4943,23 +4943,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 77, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 77, + "column": 34 } } }, "loc": { "start": { - "line": 1, + "line": 77, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 77, + "column": 35 } } } @@ -5051,12 +5051,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -5101,12 +5101,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 10 } } }, @@ -5151,12 +5151,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, @@ -5201,12 +5201,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } }, @@ -5292,12 +5292,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, @@ -5369,12 +5369,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 17 } } }, @@ -5449,12 +5449,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 18 } } }, @@ -5558,12 +5558,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 24 } } }, @@ -5638,12 +5638,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 19 } } }, @@ -5718,12 +5718,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 19 } } }, @@ -5856,12 +5856,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 33 } } }, @@ -5994,12 +5994,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 32, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 32, + "column": 33 } } }, @@ -6132,12 +6132,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 33, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 33, + "column": 33 } } }, @@ -6270,12 +6270,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 33 } } }, @@ -6350,12 +6350,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 37, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 37, + "column": 16 } } }, @@ -6430,12 +6430,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 16 } } }, @@ -6510,12 +6510,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 39, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 16 } } }, @@ -6706,12 +6706,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 40, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 40, + "column": 32 } } }, @@ -6786,12 +6786,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 43, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 43, + "column": 17 } } }, @@ -6866,12 +6866,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 44, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 44, + "column": 17 } } }, @@ -6946,12 +6946,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 45, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 45, + "column": 20 } } }, @@ -7026,12 +7026,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 46, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 46, + "column": 20 } } }, @@ -7106,12 +7106,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 49, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 49, + "column": 16 } } }, @@ -7186,12 +7186,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 50, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 50, + "column": 16 } } }, @@ -7266,12 +7266,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 51, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 51, + "column": 17 } } }, @@ -7346,12 +7346,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 52, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 52, + "column": 17 } } }, @@ -7426,12 +7426,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 53, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 53, + "column": 31 } } }, @@ -7506,12 +7506,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 56, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 56, + "column": 17 } } }, @@ -7586,12 +7586,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 57, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 57, + "column": 17 } } }, @@ -7666,12 +7666,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 58, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 58, + "column": 18 } } }, @@ -7804,12 +7804,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 59, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 59, + "column": 28 } } }, @@ -7884,12 +7884,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 62, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 62, + "column": 16 } } }, @@ -7964,12 +7964,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 63, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 63, + "column": 16 } } }, @@ -8102,12 +8102,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 64, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 64, + "column": 24 } } }, @@ -8182,12 +8182,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 67, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 67, + "column": 16 } } }, @@ -8262,12 +8262,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 68, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 68, + "column": 16 } } }, @@ -8342,12 +8342,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 69, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 69, + "column": 16 } } }, @@ -8538,12 +8538,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 70, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 70, + "column": 32 } } }, @@ -8676,12 +8676,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 73, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 73, + "column": 26 } } }, @@ -8814,12 +8814,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 74, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 74, + "column": 28 } } }, @@ -9155,12 +9155,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 75, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 75, + "column": 62 } } }, @@ -9496,12 +9496,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 76, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 76, + "column": 63 } } }, @@ -9663,12 +9663,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 77, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 77, + "column": 34 } } } diff --git a/ets2panda/test/parser/ets/binary_operations-expected.txt b/ets2panda/test/parser/ets/binary_operations-expected.txt index 2b38694179..7503903f1d 100644 --- a/ets2panda/test/parser/ets/binary_operations-expected.txt +++ b/ets2panda/test/parser/ets/binary_operations-expected.txt @@ -244,12 +244,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 31 } } }, @@ -391,12 +391,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 39 } } }, @@ -482,12 +482,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 31 } } }, @@ -601,12 +601,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 35 } } }, @@ -692,12 +692,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 31 } } }, @@ -839,12 +839,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 39 } } }, @@ -930,12 +930,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 39 } } }, @@ -1077,12 +1077,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 54 } } }, @@ -1168,12 +1168,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 37 } } }, @@ -1343,12 +1343,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 60 } } }, @@ -1434,12 +1434,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 31 } } }, @@ -1525,12 +1525,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 32 } } }, @@ -1616,12 +1616,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 33 } } }, @@ -1707,12 +1707,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 32, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 32, + "column": 31 } } }, @@ -1798,12 +1798,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 33, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 33, + "column": 31 } } }, @@ -1889,12 +1889,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 31 } } }, @@ -1980,12 +1980,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 35, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 35, + "column": 33 } } }, @@ -2071,12 +2071,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 36, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 36, + "column": 34 } } }, @@ -2162,12 +2162,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 37, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 37, + "column": 34 } } }, @@ -2253,12 +2253,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 38, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 38, + "column": 33 } } }, @@ -2344,12 +2344,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 39, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 39, + "column": 34 } } }, @@ -2435,12 +2435,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 40, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 40, + "column": 34 } } }, @@ -2582,12 +2582,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 41, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 41, + "column": 46 } } }, @@ -2729,12 +2729,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 42, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 42, + "column": 46 } } }, diff --git a/ets2panda/test/parser/ets/boolean-expected.txt b/ets2panda/test/parser/ets/boolean-expected.txt index ef4e2d8e36..ddbbcc7ffe 100644 --- a/ets2panda/test/parser/ets/boolean-expected.txt +++ b/ets2panda/test/parser/ets/boolean-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 23 } } } @@ -213,12 +213,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -263,12 +263,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/break-expected.txt b/ets2panda/test/parser/ets/break-expected.txt index 6f3b8210bd..c165861131 100644 --- a/ets2panda/test/parser/ets/break-expected.txt +++ b/ets2panda/test/parser/ets/break-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 26 } } } @@ -269,12 +269,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, diff --git a/ets2panda/test/parser/ets/cast_expressions5-expected.txt b/ets2panda/test/parser/ets/cast_expressions5-expected.txt index d791b13df9..d8a3a2b217 100644 --- a/ets2panda/test/parser/ets/cast_expressions5-expected.txt +++ b/ets2panda/test/parser/ets/cast_expressions5-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 17 } } }, @@ -705,23 +705,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 26 } } } @@ -812,12 +812,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 21 } } }, diff --git a/ets2panda/test/parser/ets/class_init-expected.txt b/ets2panda/test/parser/ets/class_init-expected.txt index 985153831a..ddee21102b 100644 --- a/ets2panda/test/parser/ets/class_init-expected.txt +++ b/ets2panda/test/parser/ets/class_init-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 17 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, diff --git a/ets2panda/test/parser/ets/class_instance-expected.txt b/ets2panda/test/parser/ets/class_instance-expected.txt index a6bdefd2f1..a4e953fd73 100644 --- a/ets2panda/test/parser/ets/class_instance-expected.txt +++ b/ets2panda/test/parser/ets/class_instance-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 } } }, @@ -244,23 +244,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 21 } } }, @@ -344,23 +344,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 23 } } }, @@ -488,23 +488,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 29 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } } @@ -596,12 +596,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -646,12 +646,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -722,12 +722,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, @@ -816,12 +816,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 22 } } }, @@ -954,12 +954,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 29 } } } diff --git a/ets2panda/test/parser/ets/class_instance_creation-expected.txt b/ets2panda/test/parser/ets/class_instance_creation-expected.txt index b9cfb97c79..5b17fb7414 100644 --- a/ets2panda/test/parser/ets/class_instance_creation-expected.txt +++ b/ets2panda/test/parser/ets/class_instance_creation-expected.txt @@ -721,12 +721,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 76 } } }, @@ -868,12 +868,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 77 } } }, @@ -1029,12 +1029,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 85 } } } diff --git a/ets2panda/test/parser/ets/class_instance_initializer-expected.txt b/ets2panda/test/parser/ets/class_instance_initializer-expected.txt index 4e1f916354..f43d49e1c4 100644 --- a/ets2panda/test/parser/ets/class_instance_initializer-expected.txt +++ b/ets2panda/test/parser/ets/class_instance_initializer-expected.txt @@ -216,12 +216,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -279,12 +279,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } }, @@ -1705,12 +1705,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 44, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 44, + "column": 16 } } }, @@ -1768,12 +1768,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 45, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 45, + "column": 16 } } }, diff --git a/ets2panda/test/parser/ets/class_static_initializer-expected.txt b/ets2panda/test/parser/ets/class_static_initializer-expected.txt index 48f5bda364..7a091612af 100644 --- a/ets2panda/test/parser/ets/class_static_initializer-expected.txt +++ b/ets2panda/test/parser/ets/class_static_initializer-expected.txt @@ -216,12 +216,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 23 } } }, @@ -696,12 +696,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 23 } } }, diff --git a/ets2panda/test/parser/ets/const-expected.txt b/ets2panda/test/parser/ets/const-expected.txt index 15ceee6147..1747669044 100644 --- a/ets2panda/test/parser/ets/const-expected.txt +++ b/ets2panda/test/parser/ets/const-expected.txt @@ -157,12 +157,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 } } }, @@ -248,12 +248,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } } diff --git a/ets2panda/test/parser/ets/constructor_with_return_1-expected.txt b/ets2panda/test/parser/ets/constructor_with_return_1-expected.txt index a8d99f3873..09cc3fe47d 100644 --- a/ets2panda/test/parser/ets/constructor_with_return_1-expected.txt +++ b/ets2panda/test/parser/ets/constructor_with_return_1-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 16 } } }, diff --git a/ets2panda/test/parser/ets/constructor_with_return_2-expected.txt b/ets2panda/test/parser/ets/constructor_with_return_2-expected.txt index c12b546800..39d854bcec 100644 --- a/ets2panda/test/parser/ets/constructor_with_return_2-expected.txt +++ b/ets2panda/test/parser/ets/constructor_with_return_2-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 16 } } }, diff --git a/ets2panda/test/parser/ets/constructors-expected.txt b/ets2panda/test/parser/ets/constructors-expected.txt index 762124e0a3..3bbc3e2cd1 100644 --- a/ets2panda/test/parser/ets/constructors-expected.txt +++ b/ets2panda/test/parser/ets/constructors-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } }, @@ -799,12 +799,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 19 } } }, diff --git a/ets2panda/test/parser/ets/continue-expected.txt b/ets2panda/test/parser/ets/continue-expected.txt index 278cbe5e95..cd8cfe6fab 100644 --- a/ets2panda/test/parser/ets/continue-expected.txt +++ b/ets2panda/test/parser/ets/continue-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 26 } } } @@ -269,12 +269,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, diff --git a/ets2panda/test/parser/ets/decl_infer-expected.txt b/ets2panda/test/parser/ets/decl_infer-expected.txt index 6cf890abe7..0455f4f8b2 100644 --- a/ets2panda/test/parser/ets/decl_infer-expected.txt +++ b/ets2panda/test/parser/ets/decl_infer-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 14 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 15 } } }, @@ -274,23 +274,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -330,23 +330,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } } @@ -438,12 +438,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -488,12 +488,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 } } }, @@ -538,12 +538,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, @@ -588,12 +588,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, @@ -638,12 +638,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 } } }, @@ -688,12 +688,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 } } }, @@ -738,12 +738,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 15 } } }, @@ -788,12 +788,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 16 } } }, @@ -838,12 +838,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 16 } } }, @@ -888,12 +888,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 17 } } } diff --git a/ets2panda/test/parser/ets/declare_class-expected.txt b/ets2panda/test/parser/ets/declare_class-expected.txt index 373bf55cae..4e26b0f345 100644 --- a/ets2panda/test/parser/ets/declare_class-expected.txt +++ b/ets2panda/test/parser/ets/declare_class-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/declare_class_bad_2-expected.txt b/ets2panda/test/parser/ets/declare_class_bad_2-expected.txt index cdaf88a645..8fc27406b6 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_2-expected.txt +++ b/ets2panda/test/parser/ets/declare_class_bad_2-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 8 } } }, diff --git a/ets2panda/test/parser/ets/declare_class_bad_4-expected.txt b/ets2panda/test/parser/ets/declare_class_bad_4-expected.txt index 752e4a97cd..beb867b7c5 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_4-expected.txt +++ b/ets2panda/test/parser/ets/declare_class_bad_4-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } }, diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/modules/module-expected.txt b/ets2panda/test/parser/ets/dynamic_import_tests/modules/module-expected.txt index 89bafa7dc7..63103e5c36 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/modules/module-expected.txt +++ b/ets2panda/test/parser/ets/dynamic_import_tests/modules/module-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 16 } } }, @@ -139,12 +139,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/empty_statement-expected.txt b/ets2panda/test/parser/ets/empty_statement-expected.txt index df7d09a3cd..2e225881a5 100644 --- a/ets2panda/test/parser/ets/empty_statement-expected.txt +++ b/ets2panda/test/parser/ets/empty_statement-expected.txt @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } }, diff --git a/ets2panda/test/parser/ets/enum-expected.txt b/ets2panda/test/parser/ets/enum-expected.txt index 33faf5b249..edcd158548 100644 --- a/ets2panda/test/parser/ets/enum-expected.txt +++ b/ets2panda/test/parser/ets/enum-expected.txt @@ -247,12 +247,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 10 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 19 } } }, diff --git a/ets2panda/test/parser/ets/exports-expected.txt b/ets2panda/test/parser/ets/exports-expected.txt index f0f84b4b21..aab03ca622 100644 --- a/ets2panda/test/parser/ets/exports-expected.txt +++ b/ets2panda/test/parser/ets/exports-expected.txt @@ -327,23 +327,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } } @@ -435,12 +435,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } }, @@ -485,12 +485,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } }, diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field-expected.txt b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field-expected.txt index 9d29b2e8db..81d573a8a8 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field-expected.txt +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/field_decl-expected.txt b/ets2panda/test/parser/ets/field_decl-expected.txt index 13d0f0143d..25bfd9129a 100644 --- a/ets2panda/test/parser/ets/field_decl-expected.txt +++ b/ets2panda/test/parser/ets/field_decl-expected.txt @@ -202,12 +202,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, @@ -251,12 +251,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 23 } } }, @@ -314,12 +314,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } }, @@ -377,12 +377,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 30 } } }, @@ -426,12 +426,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 14 } } }, @@ -475,12 +475,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 20 } } }, @@ -538,12 +538,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 38 } } }, @@ -601,12 +601,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 28 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 48 } } }, @@ -664,12 +664,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 22 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 34 } } }, diff --git a/ets2panda/test/parser/ets/for_of-expected.txt b/ets2panda/test/parser/ets/for_of-expected.txt index 481464b725..d3446be05a 100644 --- a/ets2panda/test/parser/ets/for_of-expected.txt +++ b/ets2panda/test/parser/ets/for_of-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } } @@ -269,12 +269,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 15 } } }, diff --git a/ets2panda/test/parser/ets/for_of_02-expected.txt b/ets2panda/test/parser/ets/for_of_02-expected.txt index 7a44ae114a..f7ae611379 100644 --- a/ets2panda/test/parser/ets/for_of_02-expected.txt +++ b/ets2panda/test/parser/ets/for_of_02-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 26 } } } @@ -269,12 +269,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, diff --git a/ets2panda/test/parser/ets/function-expected.txt b/ets2panda/test/parser/ets/function-expected.txt index a5f03e6e93..f1b6103f28 100644 --- a/ets2panda/test/parser/ets/function-expected.txt +++ b/ets2panda/test/parser/ets/function-expected.txt @@ -1467,12 +1467,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 36, + "column": 2 } } } diff --git a/ets2panda/test/parser/ets/functionTypeThrows-expected.txt b/ets2panda/test/parser/ets/functionTypeThrows-expected.txt index 9f504266b8..2c3510eb60 100644 --- a/ets2panda/test/parser/ets/functionTypeThrows-expected.txt +++ b/ets2panda/test/parser/ets/functionTypeThrows-expected.txt @@ -254,12 +254,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 32 } } } diff --git a/ets2panda/test/parser/ets/function_implicit_return_type2-expected.txt b/ets2panda/test/parser/ets/function_implicit_return_type2-expected.txt index e765b5e9e3..86dadbaca5 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type2-expected.txt +++ b/ets2panda/test/parser/ets/function_implicit_return_type2-expected.txt @@ -272,12 +272,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 44 } } } diff --git a/ets2panda/test/parser/ets/function_implicit_return_type3-expected.txt b/ets2panda/test/parser/ets/function_implicit_return_type3-expected.txt index 86c0bf3a67..41e4545d59 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type3-expected.txt +++ b/ets2panda/test/parser/ets/function_implicit_return_type3-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 32 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 33 } } } @@ -421,12 +421,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 32 } } } diff --git a/ets2panda/test/parser/ets/generics_1-expected.txt b/ets2panda/test/parser/ets/generics_1-expected.txt index ef863b3f65..d8e381e5d7 100644 --- a/ets2panda/test/parser/ets/generics_1-expected.txt +++ b/ets2panda/test/parser/ets/generics_1-expected.txt @@ -133,12 +133,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -446,12 +446,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 } } }, @@ -646,12 +646,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 17 } } }, diff --git a/ets2panda/test/parser/ets/getter_native-expected.txt b/ets2panda/test/parser/ets/getter_native-expected.txt index 51137c86a6..707c2e0c1e 100644 --- a/ets2panda/test/parser/ets/getter_native-expected.txt +++ b/ets2panda/test/parser/ets/getter_native-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/getter_setter_access_modifiers-expected.txt b/ets2panda/test/parser/ets/getter_setter_access_modifiers-expected.txt index 2ee5939165..3412eacfea 100644 --- a/ets2panda/test/parser/ets/getter_setter_access_modifiers-expected.txt +++ b/ets2panda/test/parser/ets/getter_setter_access_modifiers-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 24 } } }, @@ -769,12 +769,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 22 } } }, @@ -818,12 +818,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/getter_setter_access_modifiers_2-expected.txt b/ets2panda/test/parser/ets/getter_setter_access_modifiers_2-expected.txt index f4338c1892..ed873fe692 100644 --- a/ets2panda/test/parser/ets/getter_setter_access_modifiers_2-expected.txt +++ b/ets2panda/test/parser/ets/getter_setter_access_modifiers_2-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 24 } } }, @@ -765,12 +765,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 23 } } }, @@ -814,12 +814,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/global_const_vars3-expected.txt b/ets2panda/test/parser/ets/global_const_vars3-expected.txt index e04656ffbc..e2c12eaa49 100644 --- a/ets2panda/test/parser/ets/global_const_vars3-expected.txt +++ b/ets2panda/test/parser/ets/global_const_vars3-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 32 } } }, @@ -646,12 +646,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 17 } } }, @@ -778,12 +778,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } } diff --git a/ets2panda/test/parser/ets/global_const_vars4-expected.txt b/ets2panda/test/parser/ets/global_const_vars4-expected.txt index 256ab597db..8d67d403e8 100644 --- a/ets2panda/test/parser/ets/global_const_vars4-expected.txt +++ b/ets2panda/test/parser/ets/global_const_vars4-expected.txt @@ -145,12 +145,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 45 } } }, @@ -889,4 +889,4 @@ } } } -TypeError: Cannot assign to a constant variable date [global_const_vars4.ets:1:1] +TypeError: Cannot assign to a constant variable date [global_const_vars4.ets:17:21] diff --git a/ets2panda/test/parser/ets/identifier-expected.txt b/ets2panda/test/parser/ets/identifier-expected.txt index ffe9108080..79101bcf96 100644 --- a/ets2panda/test/parser/ets/identifier-expected.txt +++ b/ets2panda/test/parser/ets/identifier-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 27 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 31 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 32 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 27 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 28 } } } @@ -325,12 +325,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, @@ -374,12 +374,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 27 } } }, @@ -423,12 +423,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 23 } } } diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test2-expected.txt b/ets2panda/test/parser/ets/import_tests/diamond/test2-expected.txt index beebde9f92..020e5e183a 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/diamond/test2-expected.txt @@ -179,23 +179,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 22 } } } @@ -288,12 +288,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } } diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test3-expected.txt b/ets2panda/test/parser/ets/import_tests/diamond/test3-expected.txt index 64d88326d9..41d64f40ed 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test3-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/diamond/test3-expected.txt @@ -179,23 +179,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 22 } } } @@ -288,12 +288,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } } diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test4-expected.txt b/ets2panda/test/parser/ets/import_tests/diamond/test4-expected.txt index 953043cdc2..49fc3015d8 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test4-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/diamond/test4-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 20 } } } @@ -214,12 +214,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/export-expected.txt b/ets2panda/test/parser/ets/import_tests/import_alias/export-expected.txt index 7b824f2ff0..6f65df0476 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/export-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_alias/export-expected.txt @@ -568,23 +568,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 28, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 15 } } }, @@ -624,23 +624,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 21 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 22 } } } @@ -1002,12 +1002,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 14 } } }, @@ -1052,12 +1052,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 21 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_all-expected.txt b/ets2panda/test/parser/ets/import_tests/import_all-expected.txt index c8d0f42b5e..a05f2eaec9 100755 --- a/ets2panda/test/parser/ets/import_tests/import_all-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_all-expected.txt @@ -252,23 +252,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 47 } } }, @@ -340,23 +340,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, @@ -427,23 +427,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 48 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 49 } } } @@ -567,12 +567,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, @@ -649,12 +649,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } }, @@ -730,12 +730,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 48 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_all_alias_1-expected.txt b/ets2panda/test/parser/ets/import_tests/import_all_alias_1-expected.txt index aa4820bf60..e105d8c13c 100644 --- a/ets2panda/test/parser/ets/import_tests/import_all_alias_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_all_alias_1-expected.txt @@ -255,23 +255,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 56 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 57 } } }, @@ -403,23 +403,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 55 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 56 } } } @@ -603,12 +603,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 56 } } }, @@ -745,12 +745,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 55 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_all_alias_2-expected.txt b/ets2panda/test/parser/ets/import_tests/import_all_alias_2-expected.txt index 996057b925..18b018cd70 100755 --- a/ets2panda/test/parser/ets/import_tests/import_all_alias_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_all_alias_2-expected.txt @@ -195,23 +195,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 47 } } } @@ -335,12 +335,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_name_1-expected.txt b/ets2panda/test/parser/ets/import_tests/import_name_1-expected.txt index eb9dd09cbc..77c11005f8 100755 --- a/ets2panda/test/parser/ets/import_tests/import_name_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_name_1-expected.txt @@ -296,23 +296,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 47 } } }, @@ -384,23 +384,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } } @@ -524,12 +524,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, @@ -606,12 +606,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_name_2-expected.txt b/ets2panda/test/parser/ets/import_tests/import_name_2-expected.txt index 32d4a693e6..4ce97a3c9b 100755 --- a/ets2panda/test/parser/ets/import_tests/import_name_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_name_2-expected.txt @@ -253,23 +253,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } } @@ -393,12 +393,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 17 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_name_alias_1-expected.txt b/ets2panda/test/parser/ets/import_tests/import_name_alias_1-expected.txt index e2ec55d6b0..8192941368 100755 --- a/ets2panda/test/parser/ets/import_tests/import_name_alias_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_name_alias_1-expected.txt @@ -296,23 +296,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 47 } } }, @@ -384,23 +384,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } } @@ -524,12 +524,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, @@ -606,12 +606,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_name_alias_2-expected.txt b/ets2panda/test/parser/ets/import_tests/import_name_alias_2-expected.txt index 55cc9b9260..6c17455873 100755 --- a/ets2panda/test/parser/ets/import_tests/import_name_alias_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_name_alias_2-expected.txt @@ -253,23 +253,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } } @@ -393,12 +393,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 17 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_relative_path-expected.txt b/ets2panda/test/parser/ets/import_tests/import_relative_path-expected.txt index 8d440877dc..c99810cb09 100755 --- a/ets2panda/test/parser/ets/import_tests/import_relative_path-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_relative_path-expected.txt @@ -195,23 +195,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 47 } } }, @@ -283,23 +283,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } } @@ -423,12 +423,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 46 } } }, @@ -505,12 +505,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_1-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_1-expected.txt index 8214b5801d..7ceeda9725 100755 --- a/ets2panda/test/parser/ets/import_tests/import_several_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_1-expected.txt @@ -354,23 +354,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 47 } } }, @@ -442,23 +442,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 46 } } } @@ -582,12 +582,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, @@ -664,12 +664,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_2-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_2-expected.txt index 359cefafad..a1118839c3 100755 --- a/ets2panda/test/parser/ets/import_tests/import_several_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_2-expected.txt @@ -252,23 +252,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 19 } } } @@ -391,12 +391,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_3-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_3-expected.txt index d3ab1b4c34..bb89ff35a9 100755 --- a/ets2panda/test/parser/ets/import_tests/import_several_3-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_3-expected.txt @@ -267,23 +267,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 47 } } }, @@ -355,23 +355,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } } @@ -495,12 +495,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, @@ -577,12 +577,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_4-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_4-expected.txt index 89ec61fe08..614c31accb 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_4-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_4-expected.txt @@ -297,23 +297,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 51 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 52 } } }, @@ -445,23 +445,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 55 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 56 } } } @@ -615,12 +615,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 51 } } }, @@ -757,12 +757,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 55 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_5-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_5-expected.txt index 95e2b9ca99..3d619efbbe 100755 --- a/ets2panda/test/parser/ets/import_tests/import_several_5-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_5-expected.txt @@ -267,23 +267,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 47 } } }, @@ -355,23 +355,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } } @@ -495,12 +495,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 46 } } }, @@ -577,12 +577,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_6-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_6-expected.txt index 6502defab4..08763cfb56 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_6-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_6-expected.txt @@ -297,23 +297,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 51 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 52 } } }, @@ -445,23 +445,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 55 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 56 } } } @@ -615,12 +615,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 51 } } }, @@ -757,12 +757,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 55 } } } diff --git a/ets2panda/test/parser/ets/import_tests/import_several_7-expected.txt b/ets2panda/test/parser/ets/import_tests/import_several_7-expected.txt index a092b0c023..a522257b8f 100755 --- a/ets2panda/test/parser/ets/import_tests/import_several_7-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/import_several_7-expected.txt @@ -339,23 +339,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 47 } } }, @@ -427,23 +427,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 45 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 46 } } } @@ -567,12 +567,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 46 } } }, @@ -649,12 +649,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 45 } } } diff --git a/ets2panda/test/parser/ets/import_tests/modules/struct_default_module-expected.txt b/ets2panda/test/parser/ets/import_tests/modules/struct_default_module-expected.txt index 2afbc6d7ab..8e84f0f521 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/struct_default_module-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/modules/struct_default_module-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/import_tests/modules/struct_module-expected.txt b/ets2panda/test/parser/ets/import_tests/modules/struct_module-expected.txt index 888bdee534..1401356c10 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/struct_module-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/modules/struct_module-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1-expected.txt index 044b63affb..85f2611666 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1-expected.txt @@ -188,12 +188,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 37 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2-expected.txt index 3b6b6fbb30..925e41d76a 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2-expected.txt @@ -188,12 +188,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 37 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/package_module_1-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/package_module_1-expected.txt index 4706c57789..e22b6128f4 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/package_module_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/package_module_1-expected.txt @@ -132,12 +132,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 38 } } }, diff --git a/ets2panda/test/parser/ets/import_tests/packages/package_module_2-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/package_module_2-expected.txt index 11c8c5ed4a..e11f163db8 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/package_module_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/package_module_2-expected.txt @@ -132,12 +132,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 33 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1-expected.txt index 068e9cc8aa..6db77e6e7f 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1-expected.txt @@ -147,12 +147,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1-expected.txt index 1c44fc097c..fd7dc9f6ab 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1-expected.txt @@ -147,12 +147,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1-expected.txt index ab9f2deb44..889698997e 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1-expected.txt @@ -188,12 +188,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 37 } } } diff --git a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2-expected.txt b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2-expected.txt index ab9f2deb44..889698997e 100755 --- a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2-expected.txt @@ -188,12 +188,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 37 } } } diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/Line-expected.txt b/ets2panda/test/parser/ets/import_tests/relative_import/Line-expected.txt index 54408f63cd..e4fbb33d05 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/Line-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/relative_import/Line-expected.txt @@ -162,12 +162,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, @@ -239,12 +239,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } }, diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/Point-expected.txt b/ets2panda/test/parser/ets/import_tests/relative_import/Point-expected.txt index 522f0a8f0b..db8f03c2be 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/Point-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/relative_import/Point-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 14 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/alias2-expected.txt b/ets2panda/test/parser/ets/import_tests/relative_import/alias2-expected.txt index 76e0d220b2..78b1a6b2bb 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/alias2-expected.txt +++ b/ets2panda/test/parser/ets/import_tests/relative_import/alias2-expected.txt @@ -337,23 +337,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 8 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 20 } } } @@ -445,12 +445,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } }, diff --git a/ets2panda/test/parser/ets/index_expressions-expected.txt b/ets2panda/test/parser/ets/index_expressions-expected.txt index 5eafc0fe04..da4f144916 100644 --- a/ets2panda/test/parser/ets/index_expressions-expected.txt +++ b/ets2panda/test/parser/ets/index_expressions-expected.txt @@ -132,23 +132,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, @@ -305,23 +305,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, @@ -422,23 +422,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 17 } } } @@ -556,12 +556,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, @@ -636,12 +636,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 } } }, @@ -717,12 +717,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 } } }, @@ -828,12 +828,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/internalParsing-expected.txt b/ets2panda/test/parser/ets/internalParsing-expected.txt index 63c4750143..a2fe1faccd 100644 --- a/ets2panda/test/parser/ets/internalParsing-expected.txt +++ b/ets2panda/test/parser/ets/internalParsing-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 19 } } }, diff --git a/ets2panda/test/parser/ets/internalProtectedParsing-expected.txt b/ets2panda/test/parser/ets/internalProtectedParsing-expected.txt index e225935409..9c8de543ac 100644 --- a/ets2panda/test/parser/ets/internalProtectedParsing-expected.txt +++ b/ets2panda/test/parser/ets/internalProtectedParsing-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 29 } } }, @@ -111,12 +111,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 22 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/lambdaThrowsRethrows-expected.txt b/ets2panda/test/parser/ets/lambdaThrowsRethrows-expected.txt index cccfa91bfb..bc9900bde9 100644 --- a/ets2panda/test/parser/ets/lambdaThrowsRethrows-expected.txt +++ b/ets2panda/test/parser/ets/lambdaThrowsRethrows-expected.txt @@ -286,12 +286,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 54 } } }, @@ -745,12 +745,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 133 } } } diff --git a/ets2panda/test/parser/ets/launch_with_call_expression-expected.txt b/ets2panda/test/parser/ets/launch_with_call_expression-expected.txt index 2eb0ed8184..d5c7850550 100644 --- a/ets2panda/test/parser/ets/launch_with_call_expression-expected.txt +++ b/ets2panda/test/parser/ets/launch_with_call_expression-expected.txt @@ -396,23 +396,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 25 } } } @@ -563,12 +563,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 25 } } } diff --git a/ets2panda/test/parser/ets/literals-expected.txt b/ets2panda/test/parser/ets/literals-expected.txt index 102b4b5cf5..019093d519 100644 --- a/ets2panda/test/parser/ets/literals-expected.txt +++ b/ets2panda/test/parser/ets/literals-expected.txt @@ -157,12 +157,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -207,12 +207,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } }, @@ -257,12 +257,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 23 } } }, @@ -307,12 +307,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 } } }, @@ -357,12 +357,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 24 } } }, @@ -407,12 +407,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 21 } } }, @@ -457,12 +457,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 21 } } }, @@ -522,12 +522,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 22 } } }, @@ -572,12 +572,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 19 } } }, @@ -622,12 +622,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 24 } } }, @@ -672,12 +672,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 19 } } }, @@ -722,12 +722,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 20 } } }, @@ -772,12 +772,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 30, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 30, + "column": 19 } } }, @@ -822,12 +822,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 31, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 31, + "column": 17 } } }, @@ -915,12 +915,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 32, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 32, + "column": 22 } } }, @@ -1008,12 +1008,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 33, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 33, + "column": 28 } } }, @@ -1101,12 +1101,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 34, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 34, + "column": 28 } } } diff --git a/ets2panda/test/parser/ets/null-expected.txt b/ets2panda/test/parser/ets/null-expected.txt index fe48855d56..f069f5a6a6 100644 --- a/ets2panda/test/parser/ets/null-expected.txt +++ b/ets2panda/test/parser/ets/null-expected.txt @@ -243,23 +243,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 26 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 27 } } }, @@ -340,23 +340,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 25 } } } @@ -475,12 +475,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 14 } } }, @@ -552,12 +552,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, diff --git a/ets2panda/test/parser/ets/null_invalid-expected.txt b/ets2panda/test/parser/ets/null_invalid-expected.txt index 63b294b65c..1c9ab91eee 100644 --- a/ets2panda/test/parser/ets/null_invalid-expected.txt +++ b/ets2panda/test/parser/ets/null_invalid-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } } @@ -215,12 +215,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -292,12 +292,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 17 } } } diff --git a/ets2panda/test/parser/ets/null_valid-expected.txt b/ets2panda/test/parser/ets/null_valid-expected.txt index 78a7b9c1a8..1891cfc564 100644 --- a/ets2panda/test/parser/ets/null_valid-expected.txt +++ b/ets2panda/test/parser/ets/null_valid-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 27 } } } @@ -215,12 +215,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -292,12 +292,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 17 } } } diff --git a/ets2panda/test/parser/ets/nullableType-expected.txt b/ets2panda/test/parser/ets/nullableType-expected.txt index 4ffaa76dd6..ed0d540685 100644 --- a/ets2panda/test/parser/ets/nullableType-expected.txt +++ b/ets2panda/test/parser/ets/nullableType-expected.txt @@ -958,12 +958,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 132, + "column": 11 }, "end": { - "line": 1, - "column": 1 + "line": 132, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/object-expected.txt b/ets2panda/test/parser/ets/object-expected.txt index d44e5d101d..9f1511caa9 100644 --- a/ets2panda/test/parser/ets/object-expected.txt +++ b/ets2panda/test/parser/ets/object-expected.txt @@ -184,12 +184,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } } diff --git a/ets2panda/test/parser/ets/optional-chaining-array-expected.txt b/ets2panda/test/parser/ets/optional-chaining-array-expected.txt index 756f1572dc..bf7e6b46de 100644 --- a/ets2panda/test/parser/ets/optional-chaining-array-expected.txt +++ b/ets2panda/test/parser/ets/optional-chaining-array-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 27 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 28 } } }, @@ -263,23 +263,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 33 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 34 } } }, @@ -377,23 +377,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 38 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 39 } } } @@ -525,12 +525,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 17 } } }, @@ -633,12 +633,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 33 } } }, @@ -723,12 +723,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 20 } } }, @@ -831,12 +831,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 38 } } } diff --git a/ets2panda/test/parser/ets/optional_chaining_invalid_property-expected.txt b/ets2panda/test/parser/ets/optional_chaining_invalid_property-expected.txt index 597585d0b1..2c046490ec 100644 --- a/ets2panda/test/parser/ets/optional_chaining_invalid_property-expected.txt +++ b/ets2panda/test/parser/ets/optional_chaining_invalid_property-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 18 } } }, @@ -167,12 +167,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -444,23 +444,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 2 } } }, @@ -531,23 +531,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 29 } } }, "loc": { "start": { - "line": 1, + "line": 26, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 30 } } } @@ -666,12 +666,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 15 } } }, @@ -747,12 +747,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 29 } } } diff --git a/ets2panda/test/parser/ets/optional_chaining_nested_property-expected.txt b/ets2panda/test/parser/ets/optional_chaining_nested_property-expected.txt index 8aa877a567..47d2b4e124 100644 --- a/ets2panda/test/parser/ets/optional_chaining_nested_property-expected.txt +++ b/ets2panda/test/parser/ets/optional_chaining_nested_property-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 21 } } }, @@ -167,12 +167,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 18 } } }, @@ -244,12 +244,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } }, @@ -521,23 +521,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 23, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 2 } } }, @@ -653,23 +653,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 43 } } }, "loc": { "start": { - "line": 1, + "line": 27, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 44 } } } @@ -788,12 +788,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 15 } } }, @@ -914,12 +914,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 43 } } } diff --git a/ets2panda/test/parser/ets/optional_chaining_object_property-expected.txt b/ets2panda/test/parser/ets/optional_chaining_object_property-expected.txt index 3bba741952..3e7ff288e9 100644 --- a/ets2panda/test/parser/ets/optional_chaining_object_property-expected.txt +++ b/ets2panda/test/parser/ets/optional_chaining_object_property-expected.txt @@ -90,12 +90,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 18 } } }, @@ -167,12 +167,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -444,23 +444,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 2 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 2 } } }, @@ -559,23 +559,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 32 } } }, "loc": { "start": { - "line": 1, + "line": 26, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 33 } } }, @@ -674,23 +674,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 35 } } }, "loc": { "start": { - "line": 1, + "line": 27, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 36 } } } @@ -809,12 +809,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 15 } } }, @@ -918,12 +918,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 32 } } }, @@ -967,12 +967,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 18 } } } diff --git a/ets2panda/test/parser/ets/parentheses_expression_value-expected.txt b/ets2panda/test/parser/ets/parentheses_expression_value-expected.txt index dd1396ae0e..32bc14b3a4 100644 --- a/ets2panda/test/parser/ets/parentheses_expression_value-expected.txt +++ b/ets2panda/test/parser/ets/parentheses_expression_value-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 } } }, @@ -218,23 +218,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 15 } } }, @@ -275,23 +275,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 12 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 } } } @@ -383,12 +383,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -433,12 +433,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, @@ -483,12 +483,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 14 } } }, @@ -534,12 +534,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 12 } } }, diff --git a/ets2panda/test/parser/ets/predefined_types-expected.txt b/ets2panda/test/parser/ets/predefined_types-expected.txt index d2ef41f276..1917db3b88 100644 --- a/ets2panda/test/parser/ets/predefined_types-expected.txt +++ b/ets2panda/test/parser/ets/predefined_types-expected.txt @@ -156,12 +156,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 } } }, @@ -205,12 +205,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 } } }, @@ -254,12 +254,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } }, @@ -303,12 +303,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 12 } } }, @@ -352,12 +352,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 } } }, @@ -401,12 +401,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 14 } } }, @@ -450,12 +450,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 12 } } } diff --git a/ets2panda/test/parser/ets/property-access-field-1-expected.txt b/ets2panda/test/parser/ets/property-access-field-1-expected.txt index cd63a35ca3..786506fead 100644 --- a/ets2panda/test/parser/ets/property-access-field-1-expected.txt +++ b/ets2panda/test/parser/ets/property-access-field-1-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/property-access-field-2-expected.txt b/ets2panda/test/parser/ets/property-access-field-2-expected.txt index daabca2798..c9cce528be 100644 --- a/ets2panda/test/parser/ets/property-access-field-2-expected.txt +++ b/ets2panda/test/parser/ets/property-access-field-2-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 26 } } }, diff --git a/ets2panda/test/parser/ets/return-expected.txt b/ets2panda/test/parser/ets/return-expected.txt index 75e777bf82..ee83fa8590 100644 --- a/ets2panda/test/parser/ets/return-expected.txt +++ b/ets2panda/test/parser/ets/return-expected.txt @@ -149,23 +149,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 26 } } } @@ -269,12 +269,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, diff --git a/ets2panda/test/parser/ets/setter_native-expected.txt b/ets2panda/test/parser/ets/setter_native-expected.txt index ba515f59a5..a36ac42314 100644 --- a/ets2panda/test/parser/ets/setter_native-expected.txt +++ b/ets2panda/test/parser/ets/setter_native-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/setter_with_non_void-expected.txt b/ets2panda/test/parser/ets/setter_with_non_void-expected.txt index e0dd8b95df..d346044787 100644 --- a/ets2panda/test/parser/ets/setter_with_non_void-expected.txt +++ b/ets2panda/test/parser/ets/setter_with_non_void-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 24 } } }, diff --git a/ets2panda/test/parser/ets/simple_types-expected.txt b/ets2panda/test/parser/ets/simple_types-expected.txt index 1f81b8c361..b75839eeb2 100644 --- a/ets2panda/test/parser/ets/simple_types-expected.txt +++ b/ets2panda/test/parser/ets/simple_types-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 18 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 19 } } }, @@ -177,23 +177,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, @@ -233,23 +233,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 25 } } }, @@ -304,23 +304,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 35 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 36 } } }, @@ -360,23 +360,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 23 } } }, @@ -416,23 +416,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 19 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 20 } } }, @@ -472,23 +472,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 26, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 23 } } }, @@ -528,23 +528,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 23 } } }, "loc": { "start": { - "line": 1, + "line": 27, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 24 } } }, @@ -585,23 +585,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 29, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 17 } } } @@ -692,12 +692,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 12 } } }, @@ -741,12 +741,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 } } }, @@ -790,12 +790,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 11 } } }, @@ -839,12 +839,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 12 } } }, @@ -888,12 +888,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 15 } } }, @@ -937,12 +937,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 12 } } }, @@ -1014,12 +1014,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 13 } } }, @@ -1063,12 +1063,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 13 } } }, @@ -1112,12 +1112,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 14 } } }, @@ -1161,12 +1161,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 12 } } } diff --git a/ets2panda/test/parser/ets/string-expected.txt b/ets2panda/test/parser/ets/string-expected.txt index 03becdb639..657641c244 100644 --- a/ets2panda/test/parser/ets/string-expected.txt +++ b/ets2panda/test/parser/ets/string-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 25 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 24 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 25 } } } @@ -297,12 +297,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -374,12 +374,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/struct_identifier-expected.txt b/ets2panda/test/parser/ets/struct_identifier-expected.txt index 3ea6f12b26..cfd8673216 100644 --- a/ets2panda/test/parser/ets/struct_identifier-expected.txt +++ b/ets2panda/test/parser/ets/struct_identifier-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 20 } } }, diff --git a/ets2panda/test/parser/ets/struct_init-expected.txt b/ets2panda/test/parser/ets/struct_init-expected.txt index ce12d14a15..68015c8f2f 100644 --- a/ets2panda/test/parser/ets/struct_init-expected.txt +++ b/ets2panda/test/parser/ets/struct_init-expected.txt @@ -62,12 +62,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, diff --git a/ets2panda/test/parser/ets/struct_static_initializer-expected.txt b/ets2panda/test/parser/ets/struct_static_initializer-expected.txt index 86b9485691..1d09901886 100644 --- a/ets2panda/test/parser/ets/struct_static_initializer-expected.txt +++ b/ets2panda/test/parser/ets/struct_static_initializer-expected.txt @@ -76,12 +76,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } }, @@ -556,12 +556,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 12 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 23 } } }, diff --git a/ets2panda/test/parser/ets/struct_templete-expected.txt b/ets2panda/test/parser/ets/struct_templete-expected.txt index 5223d017d7..5060c2b73b 100644 --- a/ets2panda/test/parser/ets/struct_templete-expected.txt +++ b/ets2panda/test/parser/ets/struct_templete-expected.txt @@ -133,12 +133,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -446,12 +446,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 } } }, @@ -646,12 +646,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 17 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member-expected.txt index a1f6f44170..a0429f6a7d 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member-expected.txt @@ -63,12 +63,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, @@ -250,12 +250,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_compare_char-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_compare_char-expected.txt index cffaacb12f..04b54186be 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_compare_char-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_compare_char-expected.txt @@ -63,12 +63,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, @@ -250,12 +250,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2-expected.txt index b4210967be..0f99422e11 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2-expected.txt @@ -63,12 +63,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 30 } } }, @@ -250,12 +250,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_different_enum-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_different_enum-expected.txt index 0d057e60f5..f34d7e3f92 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_different_enum-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_different_enum-expected.txt @@ -408,12 +408,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 29 } } }, @@ -626,12 +626,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2-expected.txt index da9f79eae8..3ef004f3ec 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2-expected.txt @@ -408,12 +408,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 29 } } }, @@ -626,12 +626,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_enum-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_enum-expected.txt index 9b68e099f8..cc9db9fc4a 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_enum-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_enum-expected.txt @@ -408,12 +408,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 29 } } }, @@ -626,12 +626,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate-expected.txt index 4515834d1c..c37cacffeb 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate-expected.txt @@ -408,12 +408,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 29 } } }, @@ -626,12 +626,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 29, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 29, + "column": 29 } } }, diff --git a/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate-expected.txt b/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate-expected.txt index 72fb18d072..2ce1ff962a 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate-expected.txt +++ b/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate-expected.txt @@ -63,12 +63,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 28 } } }, @@ -250,12 +250,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 21 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 30 } } }, diff --git a/ets2panda/test/parser/ets/ternary-expected.txt b/ets2panda/test/parser/ets/ternary-expected.txt index a870370edb..b80d1cd97c 100644 --- a/ets2panda/test/parser/ets/ternary-expected.txt +++ b/ets2panda/test/parser/ets/ternary-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 11 } } }, @@ -291,23 +291,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 23 } } } @@ -399,12 +399,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -449,12 +449,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 10 } } }, @@ -572,12 +572,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 22 } } } diff --git a/ets2panda/test/parser/ets/test_jsvalue-expected.txt b/ets2panda/test/parser/ets/test_jsvalue-expected.txt index 9f9d588fe8..f172336108 100644 --- a/ets2panda/test/parser/ets/test_jsvalue-expected.txt +++ b/ets2panda/test/parser/ets/test_jsvalue-expected.txt @@ -184,12 +184,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_double-expected.txt b/ets2panda/test/parser/ets/test_jsvalue_get_double-expected.txt index 435dd5eb18..59de21d316 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_double-expected.txt +++ b/ets2panda/test/parser/ets/test_jsvalue_get_double-expected.txt @@ -107,23 +107,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 22 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 23 } } } @@ -242,12 +242,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -291,12 +291,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } } diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_property_1-expected.txt b/ets2panda/test/parser/ets/test_jsvalue_get_property_1-expected.txt index b046e7b052..dfd10c05a7 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_property_1-expected.txt +++ b/ets2panda/test/parser/ets/test_jsvalue_get_property_1-expected.txt @@ -137,23 +137,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 32 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 33 } } } @@ -272,12 +272,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -349,12 +349,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } } diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_property_2-expected.txt b/ets2panda/test/parser/ets/test_jsvalue_get_property_2-expected.txt index fc03e2ef4a..b19aae6384 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_property_2-expected.txt +++ b/ets2panda/test/parser/ets/test_jsvalue_get_property_2-expected.txt @@ -167,23 +167,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 46 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 47 } } } @@ -302,12 +302,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -379,12 +379,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 20 } } } diff --git a/ets2panda/test/parser/ets/test_type_alias9-expected.txt b/ets2panda/test/parser/ets/test_type_alias9-expected.txt index 5c564550d1..20df64b662 100644 --- a/ets2panda/test/parser/ets/test_type_alias9-expected.txt +++ b/ets2panda/test/parser/ets/test_type_alias9-expected.txt @@ -214,23 +214,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 16 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 17 } } }, @@ -385,23 +385,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 51 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 52 } } } @@ -520,12 +520,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 } } }, @@ -597,12 +597,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 16 } } } diff --git a/ets2panda/test/parser/ets/throwsRethrowsAsVariables-expected.txt b/ets2panda/test/parser/ets/throwsRethrowsAsVariables-expected.txt index 58e965b051..203a0147ad 100644 --- a/ets2panda/test/parser/ets/throwsRethrowsAsVariables-expected.txt +++ b/ets2panda/test/parser/ets/throwsRethrowsAsVariables-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 16 } } }, @@ -162,23 +162,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 17 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 18 } } } @@ -270,12 +270,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 15 } } }, @@ -320,12 +320,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 17 } } }, diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature-expected.txt b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature-expected.txt index 8520e0bd7d..fba13eb71c 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature-expected.txt +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } } @@ -214,12 +214,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, diff --git a/ets2panda/test/parser/ets/type_cast-expected.txt b/ets2panda/test/parser/ets/type_cast-expected.txt index f8965d9172..cde9ff443e 100644 --- a/ets2panda/test/parser/ets/type_cast-expected.txt +++ b/ets2panda/test/parser/ets/type_cast-expected.txt @@ -216,12 +216,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 25 } } }, @@ -279,12 +279,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 28 } } }, @@ -397,12 +397,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 29 } } }, @@ -460,12 +460,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 29 } } }, @@ -578,12 +578,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 15 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 31 } } }, @@ -696,12 +696,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 22 } } }, diff --git a/ets2panda/test/parser/ets/type_variance1-expected.txt b/ets2panda/test/parser/ets/type_variance1-expected.txt index 7006bc04a7..526d6a2a59 100644 --- a/ets2panda/test/parser/ets/type_variance1-expected.txt +++ b/ets2panda/test/parser/ets/type_variance1-expected.txt @@ -3245,12 +3245,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 52 } } }, diff --git a/ets2panda/test/parser/ets/unary_op-expected.txt b/ets2panda/test/parser/ets/unary_op-expected.txt index cd8baaf504..9a9d965671 100644 --- a/ets2panda/test/parser/ets/unary_op-expected.txt +++ b/ets2panda/test/parser/ets/unary_op-expected.txt @@ -106,23 +106,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, "loc": { "start": { - "line": 1, + "line": 16, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 11 } } }, @@ -178,23 +178,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 } } }, "loc": { "start": { - "line": 1, + "line": 17, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 13 } } }, @@ -250,23 +250,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, "loc": { "start": { - "line": 1, + "line": 18, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 13 } } }, @@ -321,23 +321,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 19, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 12 } } }, @@ -393,23 +393,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 20, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 12 } } }, @@ -465,23 +465,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 21, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 12 } } }, @@ -521,23 +521,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 } } }, "loc": { "start": { - "line": 1, + "line": 22, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 14 } } }, @@ -593,23 +593,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 23, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 12 } } }, @@ -665,23 +665,23 @@ }, "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 11 } } }, "loc": { "start": { - "line": 1, + "line": 25, "column": 1 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 12 } } } @@ -773,12 +773,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 16, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 16, + "column": 10 } } }, @@ -839,12 +839,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 17, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 17, + "column": 12 } } }, @@ -905,12 +905,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 18, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 18, + "column": 12 } } }, @@ -970,12 +970,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 11 } } }, @@ -1036,12 +1036,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 11 } } }, @@ -1102,12 +1102,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 11 } } }, @@ -1152,12 +1152,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 } } }, @@ -1218,12 +1218,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 11 } } }, @@ -1268,12 +1268,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 7 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 15 } } }, @@ -1334,12 +1334,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 5 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 11 } } } diff --git a/ets2panda/test/parser/ets/unary_operations-expected.txt b/ets2panda/test/parser/ets/unary_operations-expected.txt index 685a1b84e0..4dcbbcdf60 100644 --- a/ets2panda/test/parser/ets/unary_operations-expected.txt +++ b/ets2panda/test/parser/ets/unary_operations-expected.txt @@ -216,12 +216,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 19, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 19, + "column": 23 } } }, @@ -323,12 +323,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 20, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 20, + "column": 33 } } }, @@ -430,12 +430,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 21, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 21, + "column": 33 } } }, @@ -537,12 +537,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 22, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 22, + "column": 34 } } }, @@ -644,12 +644,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 23, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 23, + "column": 34 } } }, @@ -751,12 +751,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 24, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 24, + "column": 33 } } }, @@ -814,12 +814,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 25, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 25, + "column": 31 } } }, @@ -921,12 +921,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 26, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 26, + "column": 37 } } }, @@ -1028,12 +1028,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 27, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 27, + "column": 34 } } }, @@ -1135,12 +1135,12 @@ "decorators": [], "loc": { "start": { - "line": 1, - "column": 1 + "line": 28, + "column": 13 }, "end": { - "line": 1, - "column": 1 + "line": 28, + "column": 34 } } }, -- Gitee