Last active
October 10, 2019 17:33
-
-
Save isacjunior/138c266f83f7e695b81cef7e8ee5c955 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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