solidity/test/libsolidity/astPropertyTests/multiple_properties_per_node.sol

12 lines
236 B
Solidity

contract C {
/// TestCase1: name
/// TestCase2: functionSelector
/// TestCase3: visibility
function singleFunction() public pure {
}
}
// ----
// TestCase1: singleFunction
// TestCase2: 3d33252c
// TestCase3: public