[test] Update tests to include location string.

This commit is contained in:
Alexander Arlt
2022-04-01 23:41:18 -05:00
parent d4c02f2270
commit 0783ad9000
2684 changed files with 5877 additions and 5877 deletions
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 5568: (67-70): Cannot use builtin function name "mod" as identifier name.
// ParserError 5568: (67-70='mod'): Cannot use builtin function name "mod" as identifier name.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// TypeError 2657: (103-104): Assignment requires variable.
// TypeError 2657: (103-104='f'): Assignment requires variable.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 6913: (95-98): Call or assignment expected.
// ParserError 6913: (95-98='pop'): Call or assignment expected.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// TypeError 1397: (112-127): Call data elements cannot be accessed directly. Use ".offset" and ".length" to access the calldata offset and length of this array and then use "calldatacopy".
// TypeError 1397: (112-127='bytesAsCalldata'): Call data elements cannot be accessed directly. Use ".offset" and ".length" to access the calldata offset and length of this array and then use "calldatacopy".
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// TypeError 1536: (111-131): Calldata variables only support ".offset" and ".length".
// TypeError 1536: (111-131='bytesAsCalldata.slot'): Calldata variables only support ".offset" and ".length".
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// TypeError 1397: (111-126): Call data elements cannot be accessed directly. Use ".offset" and ".length" to access the calldata offset and length of this array and then use "calldatacopy".
// TypeError 1397: (111-126='bytesAsCalldata'): Call data elements cannot be accessed directly. Use ".offset" and ".length" to access the calldata offset and length of this array and then use "calldatacopy".
@@ -8,5 +8,5 @@ contract C {
}
// ----
// SyntaxError 4937: (15-83): No visibility specified. Did you intend to add "public"?
// TypeError 2249: (71-72): Constant variables with non-literal values cannot be forward referenced from inline assembly.
// TypeError 6252: (51-52): Constant variables cannot be assigned to.
// TypeError 2249: (71-72='c'): Constant variables with non-literal values cannot be forward referenced from inline assembly.
// TypeError 6252: (51-52='c'): Constant variables cannot be assigned to.
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// TypeError 6252: (98-99): Constant variables cannot be assigned to.
// TypeError 6252: (98-99='x'): Constant variables cannot be assigned to.
@@ -7,4 +7,4 @@ contract Test {
}
}
// ----
// TypeError 3622: (91-99): The suffix ".length" is not supported by this variable or type.
// TypeError 3622: (91-99='x.length'): The suffix ".length" is not supported by this variable or type.
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// TypeError 6617: (112-120): The suffixes .offset and .slot can only be used on non-constant storage variables.
// TypeError 6617: (112-120='x.offset'): The suffixes .offset and .slot can only be used on non-constant storage variables.
@@ -6,7 +6,7 @@ contract C {
}
}
// ----
// DeclarationError 3927: (74-76): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (78-81): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (86-89): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (91-94): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (74-76='a.'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (78-81='x.b'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (86-89='t.b'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (91-94='b..'): User-defined identifiers in inline assembly cannot contain '.'.
@@ -7,5 +7,5 @@ contract C {
}
}
// ----
// DeclarationError 3927: (63-79): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (86-103): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (63-79='function f.() {}'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (86-103='function g.f() {}'): User-defined identifiers in inline assembly cannot contain '.'.
@@ -7,5 +7,5 @@ contract C {
}
}
// ----
// DeclarationError 3927: (100-102): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (104-108): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (100-102='a.'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (104-108='aa.b'): User-defined identifiers in inline assembly cannot contain '.'.
@@ -9,7 +9,7 @@ contract C {
}
}
// ----
// DeclarationError 3927: (67-69): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (85-88): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (104-107): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (123-127): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (67-69='a.'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (85-88='a..'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (104-107='a.b'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (123-127='a..b'): User-defined identifiers in inline assembly cannot contain '.'.
@@ -23,21 +23,21 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-79): Function "dup0" not found.
// DeclarationError 4619: (94-98): Function "dup1" not found.
// DeclarationError 4619: (113-117): Function "dup2" not found.
// DeclarationError 4619: (132-136): Function "dup3" not found.
// DeclarationError 4619: (151-155): Function "dup4" not found.
// DeclarationError 4619: (170-174): Function "dup5" not found.
// DeclarationError 4619: (189-193): Function "dup6" not found.
// DeclarationError 4619: (208-212): Function "dup7" not found.
// DeclarationError 4619: (227-231): Function "dup8" not found.
// DeclarationError 4619: (246-250): Function "dup9" not found.
// DeclarationError 4619: (265-270): Function "dup10" not found.
// DeclarationError 4619: (285-290): Function "dup11" not found.
// DeclarationError 4619: (305-310): Function "dup12" not found.
// DeclarationError 4619: (325-330): Function "dup13" not found.
// DeclarationError 4619: (345-350): Function "dup14" not found.
// DeclarationError 4619: (365-370): Function "dup15" not found.
// DeclarationError 4619: (385-390): Function "dup16" not found.
// DeclarationError 4619: (405-410): Function "dup32" not found.
// DeclarationError 4619: (75-79='dup0'): Function "dup0" not found.
// DeclarationError 4619: (94-98='dup1'): Function "dup1" not found.
// DeclarationError 4619: (113-117='dup2'): Function "dup2" not found.
// DeclarationError 4619: (132-136='dup3'): Function "dup3" not found.
// DeclarationError 4619: (151-155='dup4'): Function "dup4" not found.
// DeclarationError 4619: (170-174='dup5'): Function "dup5" not found.
// DeclarationError 4619: (189-193='dup6'): Function "dup6" not found.
// DeclarationError 4619: (208-212='dup7'): Function "dup7" not found.
// DeclarationError 4619: (227-231='dup8'): Function "dup8" not found.
// DeclarationError 4619: (246-250='dup9'): Function "dup9" not found.
// DeclarationError 4619: (265-270='dup10'): Function "dup10" not found.
// DeclarationError 4619: (285-290='dup11'): Function "dup11" not found.
// DeclarationError 4619: (305-310='dup12'): Function "dup12" not found.
// DeclarationError 4619: (325-330='dup13'): Function "dup13" not found.
// DeclarationError 4619: (345-350='dup14'): Function "dup14" not found.
// DeclarationError 4619: (365-370='dup15'): Function "dup15" not found.
// DeclarationError 4619: (385-390='dup16'): Function "dup16" not found.
// DeclarationError 4619: (405-410='dup32'): Function "dup32" not found.
@@ -8,4 +8,4 @@ contract C {
}
}
// ----
// ParserError 1856: (101-102): Literal or identifier expected.
// ParserError 1856: (101-102=','): Literal or identifier expected.
@@ -8,4 +8,4 @@ contract C {
}
}
// ----
// ParserError 1856: (103-104): Literal or identifier expected.
// ParserError 1856: (103-104=')'): Literal or identifier expected.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 1856: (96-97): Literal or identifier expected.
// ParserError 1856: (96-97=','): Literal or identifier expected.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 2314: (72-73): Expected identifier but got '('
// ParserError 2314: (72-73='('): Expected identifier but got '('
@@ -12,4 +12,4 @@ contract C {
}
}
// ----
// TypeError 9272: (173-182): Variables of type function pointer only support ".selector" and ".address".
// TypeError 9272: (173-182='fp.offset'): Variables of type function pointer only support ".selector" and ".address".
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 2314: (70-71): Expected identifier but got '.'
// ParserError 2314: (70-71='.'): Expected identifier but got '.'
@@ -39,17 +39,17 @@ contract C {
}
}
// ----
// DeclarationError 4113: (105-136): The identifier name "this" is reserved.
// DeclarationError 4113: (149-181): The identifier name "super" is reserved.
// DeclarationError 4113: (194-222): The identifier name "_" is reserved.
// DeclarationError 4113: (323-327): The identifier name "this" is reserved.
// DeclarationError 4113: (368-373): The identifier name "super" is reserved.
// DeclarationError 4113: (414-415): The identifier name "_" is reserved.
// DeclarationError 4113: (546-550): The identifier name "this" is reserved.
// DeclarationError 4113: (595-600): The identifier name "super" is reserved.
// DeclarationError 4113: (645-646): The identifier name "_" is reserved.
// DeclarationError 4113: (759-763): The identifier name "this" is reserved.
// DeclarationError 3859: (759-763): This declaration shadows a declaration outside the inline assembly block.
// DeclarationError 4113: (785-790): The identifier name "super" is reserved.
// DeclarationError 3859: (785-790): This declaration shadows a declaration outside the inline assembly block.
// DeclarationError 4113: (812-813): The identifier name "_" is reserved.
// DeclarationError 4113: (105-136='function this() { }'): The identifier name "this" is reserved.
// DeclarationError 4113: (149-181='function super() { }'): The identifier name "super" is reserved.
// DeclarationError 4113: (194-222='function _() { }'): The identifier name "_" is reserved.
// DeclarationError 4113: (323-327='this'): The identifier name "this" is reserved.
// DeclarationError 4113: (368-373='super'): The identifier name "super" is reserved.
// DeclarationError 4113: (414-415='_'): The identifier name "_" is reserved.
// DeclarationError 4113: (546-550='this'): The identifier name "this" is reserved.
// DeclarationError 4113: (595-600='super'): The identifier name "super" is reserved.
// DeclarationError 4113: (645-646='_'): The identifier name "_" is reserved.
// DeclarationError 4113: (759-763='this'): The identifier name "this" is reserved.
// DeclarationError 3859: (759-763='this'): This declaration shadows a declaration outside the inline assembly block.
// DeclarationError 4113: (785-790='super'): The identifier name "super" is reserved.
// DeclarationError 3859: (785-790='super'): This declaration shadows a declaration outside the inline assembly block.
// DeclarationError 4113: (812-813='_'): The identifier name "_" is reserved.
@@ -14,5 +14,5 @@ contract C {
}
}
// ----
// TypeError 8533: (193-203): Only Variables of type external function pointer support ".selector" and ".address".
// TypeError 9582: (267-287): Member "address" not found or not visible after argument-dependent lookup in function ().
// TypeError 8533: (193-203='fp.address'): Only Variables of type external function pointer support ".selector" and ".address".
// TypeError 9582: (267-287='testFunction.address'): Member "address" not found or not visible after argument-dependent lookup in function ().
@@ -16,5 +16,5 @@ contract C {
}
}
// ----
// TypeError 8533: (198-209): Only Variables of type external function pointer support ".selector" and ".address".
// TypeError 9582: (329-350): Member "selector" not found or not visible after argument-dependent lookup in function ().
// TypeError 8533: (198-209='fp.selector'): Only Variables of type external function pointer support ".selector" and ".address".
// TypeError 9582: (329-350='testFunction.selector'): Member "selector" not found or not visible after argument-dependent lookup in function ().
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 1465: (72-73): Illegal token: Octal numbers not allowed.
// ParserError 1465: (72-73='0'): Illegal token: Octal numbers not allowed.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-79): Function "jump" not found.
// DeclarationError 4619: (75-79='jump'): Function "jump" not found.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-83): Function "jumpdest" not found.
// DeclarationError 4619: (75-83='jumpdest'): Function "jumpdest" not found.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-80): Function "jumpi" not found.
// DeclarationError 4619: (75-80='jumpi'): Function "jumpi" not found.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 6913: (80-81): Call or assignment expected.
// ParserError 6913: (80-81=':'): Call or assignment expected.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// TypeError 3083: (75-83): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them.
// TypeError 3083: (75-83='mload(0)'): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 6913: (85-86): Call or assignment expected.
// ParserError 6913: (85-86='}'): Call or assignment expected.
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// DeclarationError 6578: (114-115): Cannot access local Solidity variables from inside an inline assembly function.
// DeclarationError 6578: (114-115='a'): Cannot access local Solidity variables from inside an inline assembly function.
@@ -8,4 +8,4 @@ contract test {
}
}
// ----
// DeclarationError 6578: (142-150): Cannot access local Solidity variables from inside an inline assembly function.
// DeclarationError 6578: (142-150='a.offset'): Cannot access local Solidity variables from inside an inline assembly function.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// DeclarationError 4634: (63-64): Variable not found or variable not lvalue.
// DeclarationError 4634: (63-64='x'): Variable not found or variable not lvalue.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 1856: (87-89): Literal or identifier expected.
// ParserError 1856: (87-89=':='): Literal or identifier expected.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 5568: (102-105): Cannot use builtin function name "sub" as identifier name.
// ParserError 5568: (102-105='sub'): Cannot use builtin function name "sub" as identifier name.
@@ -9,4 +9,4 @@ contract C {
}
}
// ----
// DeclarationError 6578: (130-131): Cannot access local Solidity variables from inside an inline assembly function.
// DeclarationError 6578: (130-131='x'): Cannot access local Solidity variables from inside an inline assembly function.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// SyntaxError 2450: (61-63): PC instruction is a low-level EVM feature. Because of that PC is disallowed in strict assembly.
// SyntaxError 2450: (61-63='pc'): PC instruction is a low-level EVM feature. Because of that PC is disallowed in strict assembly.
@@ -38,36 +38,36 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-80): Function "push0" not found.
// DeclarationError 4619: (95-100): Function "push1" not found.
// DeclarationError 4619: (115-120): Function "push2" not found.
// DeclarationError 4619: (135-140): Function "push3" not found.
// DeclarationError 4619: (155-160): Function "push4" not found.
// DeclarationError 4619: (175-180): Function "push5" not found.
// DeclarationError 4619: (195-200): Function "push6" not found.
// DeclarationError 4619: (215-220): Function "push7" not found.
// DeclarationError 4619: (235-240): Function "push8" not found.
// DeclarationError 4619: (255-260): Function "push9" not found.
// DeclarationError 4619: (275-281): Function "push10" not found.
// DeclarationError 4619: (296-302): Function "push11" not found.
// DeclarationError 4619: (317-323): Function "push12" not found.
// DeclarationError 4619: (338-344): Function "push13" not found.
// DeclarationError 4619: (359-365): Function "push14" not found.
// DeclarationError 4619: (380-386): Function "push15" not found.
// DeclarationError 4619: (401-407): Function "push16" not found.
// DeclarationError 4619: (422-428): Function "push17" not found.
// DeclarationError 4619: (443-449): Function "push18" not found.
// DeclarationError 4619: (464-470): Function "push19" not found.
// DeclarationError 4619: (485-491): Function "push20" not found.
// DeclarationError 4619: (506-512): Function "push21" not found.
// DeclarationError 4619: (527-533): Function "push22" not found.
// DeclarationError 4619: (548-554): Function "push23" not found.
// DeclarationError 4619: (569-575): Function "push24" not found.
// DeclarationError 4619: (590-596): Function "push25" not found.
// DeclarationError 4619: (611-617): Function "push26" not found.
// DeclarationError 4619: (632-638): Function "push27" not found.
// DeclarationError 4619: (653-659): Function "push28" not found.
// DeclarationError 4619: (674-680): Function "push29" not found.
// DeclarationError 4619: (695-701): Function "push30" not found.
// DeclarationError 4619: (716-722): Function "push31" not found.
// DeclarationError 4619: (737-743): Function "push32" not found.
// DeclarationError 4619: (75-80='push0'): Function "push0" not found.
// DeclarationError 4619: (95-100='push1'): Function "push1" not found.
// DeclarationError 4619: (115-120='push2'): Function "push2" not found.
// DeclarationError 4619: (135-140='push3'): Function "push3" not found.
// DeclarationError 4619: (155-160='push4'): Function "push4" not found.
// DeclarationError 4619: (175-180='push5'): Function "push5" not found.
// DeclarationError 4619: (195-200='push6'): Function "push6" not found.
// DeclarationError 4619: (215-220='push7'): Function "push7" not found.
// DeclarationError 4619: (235-240='push8'): Function "push8" not found.
// DeclarationError 4619: (255-260='push9'): Function "push9" not found.
// DeclarationError 4619: (275-281='push10'): Function "push10" not found.
// DeclarationError 4619: (296-302='push11'): Function "push11" not found.
// DeclarationError 4619: (317-323='push12'): Function "push12" not found.
// DeclarationError 4619: (338-344='push13'): Function "push13" not found.
// DeclarationError 4619: (359-365='push14'): Function "push14" not found.
// DeclarationError 4619: (380-386='push15'): Function "push15" not found.
// DeclarationError 4619: (401-407='push16'): Function "push16" not found.
// DeclarationError 4619: (422-428='push17'): Function "push17" not found.
// DeclarationError 4619: (443-449='push18'): Function "push18" not found.
// DeclarationError 4619: (464-470='push19'): Function "push19" not found.
// DeclarationError 4619: (485-491='push20'): Function "push20" not found.
// DeclarationError 4619: (506-512='push21'): Function "push21" not found.
// DeclarationError 4619: (527-533='push22'): Function "push22" not found.
// DeclarationError 4619: (548-554='push23'): Function "push23" not found.
// DeclarationError 4619: (569-575='push24'): Function "push24" not found.
// DeclarationError 4619: (590-596='push25'): Function "push25" not found.
// DeclarationError 4619: (611-617='push26'): Function "push26" not found.
// DeclarationError 4619: (632-638='push27'): Function "push27" not found.
// DeclarationError 4619: (653-659='push28'): Function "push28" not found.
// DeclarationError 4619: (674-680='push29'): Function "push29" not found.
// DeclarationError 4619: (695-701='push30'): Function "push30" not found.
// DeclarationError 4619: (716-722='push31'): Function "push31" not found.
// DeclarationError 4619: (737-743='push32'): Function "push32" not found.
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// TypeError 1408: (89-90): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
// TypeError 1408: (89-90='x'): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
@@ -10,4 +10,4 @@ contract test {
}
}
// ----
// TypeError 1408: (80-81): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
// TypeError 1408: (80-81='x'): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
@@ -8,5 +8,5 @@ contract test {
}
}
// ----
// TypeError 4656: (98-106): State variables only support ".slot" and ".offset".
// TypeError 4656: (119-127): State variables only support ".slot" and ".offset".
// TypeError 4656: (98-106='x.length'): State variables only support ".slot" and ".offset".
// TypeError 4656: (119-127='x.length'): State variables only support ".slot" and ".offset".
@@ -23,21 +23,21 @@ contract C {
}
}
// ----
// DeclarationError 4619: (75-80): Function "swap0" not found.
// DeclarationError 4619: (95-100): Function "swap1" not found.
// DeclarationError 4619: (115-120): Function "swap2" not found.
// DeclarationError 4619: (135-140): Function "swap3" not found.
// DeclarationError 4619: (155-160): Function "swap4" not found.
// DeclarationError 4619: (175-180): Function "swap5" not found.
// DeclarationError 4619: (195-200): Function "swap6" not found.
// DeclarationError 4619: (215-220): Function "swap7" not found.
// DeclarationError 4619: (235-240): Function "swap8" not found.
// DeclarationError 4619: (255-260): Function "swap9" not found.
// DeclarationError 4619: (275-281): Function "swap10" not found.
// DeclarationError 4619: (296-302): Function "swap11" not found.
// DeclarationError 4619: (317-323): Function "swap12" not found.
// DeclarationError 4619: (338-344): Function "swap13" not found.
// DeclarationError 4619: (359-365): Function "swap14" not found.
// DeclarationError 4619: (380-386): Function "swap15" not found.
// DeclarationError 4619: (401-407): Function "swap16" not found.
// DeclarationError 4619: (422-428): Function "swap32" not found.
// DeclarationError 4619: (75-80='swap0'): Function "swap0" not found.
// DeclarationError 4619: (95-100='swap1'): Function "swap1" not found.
// DeclarationError 4619: (115-120='swap2'): Function "swap2" not found.
// DeclarationError 4619: (135-140='swap3'): Function "swap3" not found.
// DeclarationError 4619: (155-160='swap4'): Function "swap4" not found.
// DeclarationError 4619: (175-180='swap5'): Function "swap5" not found.
// DeclarationError 4619: (195-200='swap6'): Function "swap6" not found.
// DeclarationError 4619: (215-220='swap7'): Function "swap7" not found.
// DeclarationError 4619: (235-240='swap8'): Function "swap8" not found.
// DeclarationError 4619: (255-260='swap9'): Function "swap9" not found.
// DeclarationError 4619: (275-281='swap10'): Function "swap10" not found.
// DeclarationError 4619: (296-302='swap11'): Function "swap11" not found.
// DeclarationError 4619: (317-323='swap12'): Function "swap12" not found.
// DeclarationError 4619: (338-344='swap13'): Function "swap13" not found.
// DeclarationError 4619: (359-365='swap14'): Function "swap14" not found.
// DeclarationError 4619: (380-386='swap15'): Function "swap15" not found.
// DeclarationError 4619: (401-407='swap16'): Function "swap16" not found.
// DeclarationError 4619: (422-428='swap32'): Function "swap32" not found.
@@ -6,4 +6,4 @@ contract test {
}
}
// ----
// ParserError 6913: (85-86): Call or assignment expected.
// ParserError 6913: (85-86='}'): Call or assignment expected.
@@ -6,4 +6,4 @@ contract test {
}
}
// ----
// ParserError 6913: (83-84): Call or assignment expected.
// ParserError 6913: (83-84='}'): Call or assignment expected.
@@ -5,4 +5,4 @@ contract c {
}
}
// ----
// TypeError 1408: (75-76): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
// TypeError 1408: (75-76='x'): Only local variables are supported. To access storage variables, use the ".slot" and ".offset" suffixes.
@@ -7,5 +7,5 @@ contract C {
}
}
// ----
// DeclarationError 3927: (79-87): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (109-115): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (79-87='x.offset'): User-defined identifiers in inline assembly cannot contain '.'.
// DeclarationError 3927: (109-115='x.slot'): User-defined identifiers in inline assembly cannot contain '.'.
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 2314: (71-72): Expected identifier but got '='
// ParserError 2314: (71-72='='): Expected identifier but got '='
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 2314: (109-110): Expected identifier but got '='
// ParserError 2314: (109-110='='): Expected identifier but got '='