**What steps will reproduce the problem?** main() { print(1.23 is int); } **What is the expected output? What do you see instead?** Prints true, should be false. This is running in Dartboard. I haven't tested the VM.