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

6 lines
133 B
Solidity
Raw Normal View History

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