Skip to content

Instantly share code, notes, and snippets.

@wbars
Created October 2, 2017 10:30
Show Gist options
  • Save wbars/beb1ac9a0b1ec92de5b512cfef15ca9b to your computer and use it in GitHub Desktop.
Save wbars/beb1ac9a0b1ec92de5b512cfef15ca9b to your computer and use it in GitHub Desktop.
interface A {
voia a();
default int b() {
return 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment