Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active October 10, 2019 17:34
Show Gist options
  • Save isacjunior/31164754eca931ecc491054be9e7b76e to your computer and use it in GitHub Desktop.
Save isacjunior/31164754eca931ecc491054be9e7b76e to your computer and use it in GitHub Desktop.
// BAD
main() { }
_bar() => _Foo();
class _Foo {
_foo() => 42;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment