solidity/test/libsolidity/syntaxTests/inlineAssembly/assembly_flags_delimiter.sol
Daniel Kirchner 93dd8ad553 Tests.
2022-03-02 17:07:11 +01:00

6 lines
120 B
Solidity

function f() pure {
assembly ("a" "b") {}
}
// ----
// ParserError 2314: (35-38): Expected ')' but got 'StringLiteral'