Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created July 24, 2017 17:42
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 ztirom/fdfcfb64bb4a294a5fef52ae054ec704 to your computer and use it in GitHub Desktop.
Save ztirom/fdfcfb64bb4a294a5fef52ae054ec704 to your computer and use it in GitHub Desktop.
BaseClassDemo #2
[ExtensionOf(classStr(BaseClass))]
final class BaseClass_Extension
{
public void ExtensionMethod()
{
info("Hello from the extension!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment