Created
May 28, 2019 21:27
-
-
Save mdebbar/7b8d50780617789f9a0708829cc95880 to your computer and use it in GitHub Desktop.
Repro for wrong runtimeType
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
final double x = 10.0; | |
print(x.runtimeType); // Prints "int" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment