-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Parse errors: | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or CloseBrace or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or ThrowKeyword or TrueKeyword or UfixedKeyword or UintKeyword or VarKeyword or WhileKeyword. | ||
╭─[input.sol:6:9] | ||
│ | ||
6 │ ╭─▶ payable(a).call(""); | ||
┆ ┆ | ||
8 │ ├─▶ } | ||
│ │ | ||
│ ╰─────────── Error occurred here. | ||
───╯ | ||
References and definitions: | ||
╭─[input.sol:1:1] | ||
│ | ||
1 │ contract Test { | ||
│ ──┬─ | ||
│ ╰─── def: 1 | ||
2 │ using Lib for uint; | ||
│ ─┬─ | ||
│ ╰─── ref: 4 | ||
│ | ||
4 │ function test(address a) public { | ||
│ ──┬─ ┬ | ||
│ ╰───────────── def: 2 | ||
│ │ | ||
│ ╰── def: 3 | ||
5 │ address(this).balance; | ||
│ ──┬─ ───┬─── | ||
│ ╰──────────── ref: built-in | ||
│ │ | ||
│ ╰───── ref: built-in | ||
│ | ||
11 │ library Lib { | ||
│ ─┬─ | ||
│ ╰─── def: 4 | ||
12 │ function noop(uint x) public returns (uint) {} | ||
│ ──┬─ ┬ | ||
│ ╰────────── def: 5 | ||
│ │ | ||
│ ╰── def: 6 | ||
────╯ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Parse errors: | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or CloseBrace or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or ThrowKeyword or TrueKeyword or UfixedKeyword or UintKeyword or VarKeyword or WhileKeyword. | ||
╭─[input.sol:6:9] | ||
│ | ||
6 │ ╭─▶ payable(a).call(""); | ||
┆ ┆ | ||
8 │ ├─▶ } | ||
│ │ | ||
│ ╰─────────── Error occurred here. | ||
───╯ | ||
References and definitions: | ||
╭─[input.sol:1:1] | ||
│ | ||
1 │ contract Test { | ||
│ ──┬─ | ||
│ ╰─── def: 1 | ||
2 │ using Lib for uint; | ||
│ ─┬─ | ||
│ ╰─── ref: 4 | ||
│ | ||
4 │ function test(address a) public { | ||
│ ──┬─ ┬ | ||
│ ╰───────────── def: 2 | ||
│ │ | ||
│ ╰── def: 3 | ||
5 │ address(this).balance; | ||
│ ──┬─ ───┬─── | ||
│ ╰──────────── ref: built-in | ||
│ │ | ||
│ ╰───── ref: built-in | ||
│ | ||
11 │ library Lib { | ||
│ ─┬─ | ||
│ ╰─── def: 4 | ||
12 │ function noop(uint x) public returns (uint) {} | ||
│ ──┬─ ┬ | ||
│ ╰────────── def: 5 | ||
│ │ | ||
│ ╰── def: 6 | ||
────╯ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Parse errors: | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or CloseBrace or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or TrueKeyword or UfixedKeyword or UintKeyword or WhileKeyword. | ||
╭─[input.sol:6:9] | ||
│ | ||
6 │ ╭─▶ payable(a).call(""); | ||
┆ ┆ | ||
8 │ ├─▶ } | ||
│ │ | ||
│ ╰─────────── Error occurred here. | ||
───╯ | ||
References and definitions: | ||
╭─[input.sol:1:1] | ||
│ | ||
1 │ contract Test { | ||
│ ──┬─ | ||
│ ╰─── def: 1 | ||
2 │ using Lib for uint; | ||
│ ─┬─ | ||
│ ╰─── ref: 4 | ||
│ | ||
4 │ function test(address a) public { | ||
│ ──┬─ ┬ | ||
│ ╰───────────── def: 2 | ||
│ │ | ||
│ ╰── def: 3 | ||
5 │ address(this).balance; | ||
│ ──┬─ ───┬─── | ||
│ ╰──────────── ref: built-in | ||
│ │ | ||
│ ╰───── ref: built-in | ||
│ | ||
11 │ library Lib { | ||
│ ─┬─ | ||
│ ╰─── def: 4 | ||
12 │ function noop(uint x) public returns (uint) {} | ||
│ ──┬─ ┬ | ||
│ ╰────────── def: 5 | ||
│ │ | ||
│ ╰── def: 6 | ||
────╯ |