Created
January 16, 2020 18:39
-
-
Save goderbauer/ed41bd0c9b87802c42701569278fcbad 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
| class Foo { | |
| bool get foo => true; | |
| } | |
| class Bar extends Foo { | |
| Bar(this.foo); | |
| @override | |
| final bool foo; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment