Skip to content

Instantly share code, notes, and snippets.

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