solidity/test/libyul/yulSyntaxTests/number_literals_4.yul
2020-11-04 12:03:33 +01:00

6 lines
83 B
Plaintext

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