Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 5, 2014 12:38
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 tadzik/bb7c2f1aee7bf6b8fc43 to your computer and use it in GitHub Desktop.
Save tadzik/bb7c2f1aee7bf6b8fc43 to your computer and use it in GitHub Desktop.
class Base {}
class Foo is Base {}
class Bar is Base {}
say Foo ~~ Base;
say Bar ~~ Base;
say (Foo & Bar) ~~ Base;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment