Skip to content

Instantly share code, notes, and snippets.

@iapicca
Created August 30, 2022 18:37
Show Gist options
  • Select an option

  • Save iapicca/eb99119e24bf9828d2d4c699bfb61737 to your computer and use it in GitHub Desktop.

Select an option

Save iapicca/eb99119e24bf9828d2d4c699bfb61737 to your computer and use it in GitHub Desktop.
The compiler is broken.
final notDouble = .2.clamp(0, .1);
void main() => print(notDouble.runtimeType);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment