solidity/test/libyul/yulSyntaxTests/assignment_of_function.yul

7 lines
113 B
Plaintext
Raw Normal View History

{
function f() {}
let x := f
}
// ----
// TypeError 6041: (35-36): Function f used without being called.