Skip to content

Instantly share code, notes, and snippets.

@pawegio
Last active January 23, 2017 23:08
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 pawegio/834d48ca729b85c47fd83e18bf404be5 to your computer and use it in GitHub Desktop.
Save pawegio/834d48ca729b85c47fd83e18bf404be5 to your computer and use it in GitHub Desktop.
package inheritance
sealed class S // no { here
class A : S()
class B : S() {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment