solidity/test/libsolidity/syntaxTests/inlineAssembly/assembly_flags_delimiter.sol

6 lines
120 B
Solidity
Raw Normal View History

2022-02-14 12:21:00 +00:00
function f() pure {
assembly ("a" "b") {}
}
// ----
// ParserError 2314: (35-38): Expected ')' but got 'StringLiteral'