blob: 2a8c0e2d06ff9fe2446bf39c4d060d99db007f7d [file] [log] [blame]
library test;
var a = 1 == 2 ? 1 : 2.0;
var b = 1 == 2 ? 1.0 : 2;
main() {}