This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
75bba5c9f0
solidity
/
test
/
libsolidity
/
syntaxTests
/
constructor
/
constructor_no_visibility.sol
4 lines
90 B
Solidity
Raw
Normal View
History
Unescape
Escape
Updates invalid syntax test.
2018-06-29 11:00:50 +00:00
contract
A
{
constructor
(
)
{
}
}
Updates syntax tests to new constructor syntax.
2018-06-27 12:00:13 +00:00
// ----
Adjusts tests to expect type errors on default visibility.
2018-07-10 10:48:09 +00:00
// SyntaxError: (13-29): No visibility specified.
Reference in New Issue
Copy Permalink