mirror of https://github.com/crytic/slither
parent
d400d19ffd
commit
1af71e695b
@ -0,0 +1,4 @@ |
|||||||
|
contract A |
||||||
|
{ |
||||||
|
uint256 public constant myVal = 0; |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
[ |
||||||
|
[] |
||||||
|
] |
@ -0,0 +1,4 @@ |
|||||||
|
contract A |
||||||
|
{ |
||||||
|
uint256 public constant myVal = 0; |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
[ |
||||||
|
[] |
||||||
|
] |
@ -0,0 +1,4 @@ |
|||||||
|
contract A |
||||||
|
{ |
||||||
|
uint256 public constant myVal = 0; |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
[ |
||||||
|
[] |
||||||
|
] |
@ -0,0 +1,4 @@ |
|||||||
|
contract A |
||||||
|
{ |
||||||
|
uint256 public constant myVal = 0; |
||||||
|
} |
Loading…
Reference in new issue