mirror of https://github.com/crytic/slither
parent
4b315ff5ba
commit
f8f71eca2b
@ -0,0 +1,8 @@ |
||||
contract ContractV1{ |
||||
struct Foo { |
||||
uint256 bar; |
||||
address baz; |
||||
} |
||||
address destination; |
||||
Foo foo; |
||||
} |
@ -0,0 +1,8 @@ |
||||
contract ContractV2{ |
||||
struct Foo { |
||||
uint256 bar; |
||||
address baz; |
||||
} |
||||
address destination; |
||||
Foo foo; |
||||
} |
@ -0,0 +1,8 @@ |
||||
contract ContractV2{ |
||||
struct Foo { |
||||
uint8 bar; |
||||
address baz; |
||||
} |
||||
address destination; |
||||
Foo foo; |
||||
} |
Loading…
Reference in new issue