solidity/test/libsolidity/syntaxTests/dataLocations/internalFunction/function_argument_location_specifier_test_internal_storage.sol

6 lines
134 B
Solidity
Raw Normal View History

contract test {
function f(bytes storage) internal;
}
// ----
2019-10-23 20:10:12 +00:00
// TypeError: (0-57): Contract "test" should be marked as abstract.