Add test for file level `using for` statements (#831)
parent
a6674c66fe
commit
70de9d452b
@ -0,0 +1,9 @@ |
|||||||
|
// SPDX-License-Identifier: MIT |
||||||
|
pragma solidity >=0.8.0 <0.9.0; |
||||||
|
|
||||||
|
library Library_solc8 { |
||||||
|
uint constant x = 1; |
||||||
|
function a() public view returns (uint) { |
||||||
|
return x; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue