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

9 lines
161 B
Solidity
Raw Normal View History

contract C {
function f(bool b) public pure
{
if (b) { return; }
}
}
// ----
// ParserError 2314: (65-66): Expected '(' but got 'ILLEGAL'