Expand description
Module containing a contract’s types and functions.
contract CallerWithConstructorCallee {
    function bar() public pure returns (uint) { <stmts> }
}Structs§
- barCall
 - Function with signature 
bar()and selector0xfebb0f7e. - barReturn
 - Container type for the return parameters of the 
bar()function. 
Enums§
- Caller
With Constructor Callee Calls  - Container for all the 
CallerWithConstructorCalleefunction calls.