Skip to content

Instantly share code, notes, and snippets.

@zolotyh
Created November 5, 2019 01:26
Show Gist options
  • Save zolotyh/495be229f08fef612db4d68949c777d7 to your computer and use it in GitHub Desktop.
Save zolotyh/495be229f08fef612db4d68949c777d7 to your computer and use it in GitHub Desktop.
void main(){
int a = 1;
dynamic b = '';
a = b;
print(a.floor());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment