solidity/test/libyul/yulSyntaxTests/invalid_type.yul
2020-02-24 15:05:18 +01:00

8 lines
165 B
Plaintext

{
let x: invalidType
}
// ====
// dialect: evmTyped
// ----
// TypeError: (10-24): "invalidType" is not a valid type (user defined types are not yet supported).