Skip to content

Instantly share code, notes, and snippets.

@yanok
Created July 20, 2022 17:17
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 yanok/04ee4066b8d87f8285df9052f9898aaf to your computer and use it in GitHub Desktop.
Save yanok/04ee4066b8d87f8285df9052f9898aaf to your computer and use it in GitHub Desktop.
swift-eucalyptus-0426

swift-eucalyptus-0426

Created with <3 with dartpad.dev.

class A {
int f() => 1;
}
class B extends A {
int f();
}
void main() {
print(B().f());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment