mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
228 B
Solidity
15 lines
228 B
Solidity
contract C {
|
||
function f() public pure
|
||
{
|
||
// RLO PDF
|
||
// ok
|
||
|
||
// RLO RLO PDF PDF
|
||
// ok
|
||
|
||
// RLO RLO RLO PDF PDF PDF
|
||
// ok
|
||
}
|
||
}
|
||
// ----
|