blueprint-compiler/tests/samples/issue_119.blp
James Westman 883a136103 Fix parsing decimals
A number literal is a float if it contains ".", not if it is divisible
by 1. For example, 1.0 should be considered a float literal.
2023-07-20 19:25:25 -05:00

5 lines
No EOL
61 B
Text

using Gtk 4.0;
Adjustment {
value: bind 1.0 as <double>;
}