solidity/test/libyul/yulSyntaxTests/setimmutable_shadowing.yul

8 lines
169 B
Plaintext
Raw Normal View History

2020-07-30 10:19:08 +00:00
{
function setimmutable(a, b) {}
}
// ====
// dialect: evm
// ----
// ParserError 5568: (15-27): Cannot use builtin function name "setimmutable" as identifier name.