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
48e16ceb88
solidity
/
test
/
libsolidity
/
syntaxTests
/
parsing
/
interface_basic.sol
5 lines
56 B
Solidity
Raw
Normal View
History
Unescape
Escape
Move couple of parser tests to syntax tests.
2018-05-16 01:06:47 +00:00
interface
Interface
{
enforce interface-functions to be external-declared - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change.
2018-07-12 12:57:42 +00:00
function
f
(
)
external
;
Move couple of parser tests to syntax tests.
2018-05-16 01:06:47 +00:00
}
// ----
Reference in New Issue
Copy Permalink