Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created January 18, 2023 14:28
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 alibahaaa/d2899187ad07c89e429ed486c3bfd749 to your computer and use it in GitHub Desktop.
Save alibahaaa/d2899187ad07c89e429ed486c3bfd749 to your computer and use it in GitHub Desktop.
interface ProductA {
fun use()
}
interface ProductB {
fun use()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment