solidity/test/libyul/yulSyntaxTests/number_literals_4.yul
2022-04-01 23:41:18 -05:00

6 lines
92 B
Plaintext

{
let x := 67.235
}
// ----
// ParserError 4828: (12-18='67.235'): Invalid number literal.