Skip to content

Commit 4ba8a9d

Browse files
committed
add function in test contracts
1 parent 5c4d04e commit 4ba8a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-contracts/S08_AB.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.11;
33

4-
contract A {}
4+
contract A {
5+
function foo(uint a) public {}
6+
}
57
contract B {}

0 commit comments

Comments
 (0)