mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
236 B
Solidity
12 lines
236 B
Solidity
contract C {
|
|
/// TestCase1: name
|
|
/// TestCase2: functionSelector
|
|
/// TestCase3: visibility
|
|
function singleFunction() public pure {
|
|
}
|
|
}
|
|
// ----
|
|
// TestCase1: singleFunction
|
|
// TestCase2: 3d33252c
|
|
// TestCase3: public
|