solidity/test/libsolidity/syntaxTests/comments/unicode_direction_in_source_2.sol

9 lines
140 B
Solidity
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

contract C {
function f(bool b) public pure
{
uint a = 10;
}
}
// ----
// ParserError 8936: (75-76): Invalid token.