solidity/test/libyul/yulSyntaxTests/invalid_type3.yul

9 lines
295 B
Plaintext
Raw Normal View History

2020-02-19 15:30:35 +00:00
{
function f(a: invalidType) -> b: invalidType {}
}
// ====
// dialect: evmTyped
// ----
// TypeError: (17-31): "invalidType" is not a valid type (user defined types are not yet supported).
// TypeError: (36-50): "invalidType" is not a valid type (user defined types are not yet supported).