Skip to content

Instantly share code, notes, and snippets.

@srawlins
Created June 29, 2018 01:57
Show Gist options
  • Save srawlins/831264cd34821de8bc5552f1b97b669e to your computer and use it in GitHub Desktop.
Save srawlins/831264cd34821de8bc5552f1b97b669e to your computer and use it in GitHub Desktop.
enum X { a, b }
const bool foo = X.a == X.b; // <-- won't compile
void main() {
print(foo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment