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
2e5a42836c
solidity
/
test
/
libsolidity
/
syntaxTests
/
viewPureChecker
/
interface.sol
7 lines
111 B
Solidity
Raw
Normal View
History
Unescape
Escape
Extract test cases from ViewPureChecker
2018-06-04 11:54:32 +00:00
interface
D
{
function
f
(
)
view
external
;
}
contract
C
is
D
{
Implement override checking
2019-09-16 12:33:43 +00:00
function
f
(
)
override
view
external
{
}
Extract test cases from ViewPureChecker
2018-06-04 11:54:32 +00:00
}
Reference in New Issue
Copy Permalink