Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Last active May 12, 2019 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanethos/d7bca3b3cd2595be1c0b38cb5a86b237 to your computer and use it in GitHub Desktop.
Save Vanethos/d7bca3b3cd2595be1c0b38cb5a86b237 to your computer and use it in GitHub Desktop.
mixin Coder on Person{
//...
@override
void think() {
super.think();
print("I'm going to code today!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment