mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
201 B
Solidity
6 lines
201 B
Solidity
function fun1() public { }
|
|
function fun2() internal { }
|
|
// ----
|
|
// SyntaxError 4126: (0-26): Free functions cannot have visibility.
|
|
// SyntaxError 4126: (27-55): Free functions cannot have visibility.
|