Skip to content

Instantly share code, notes, and snippets.

@luksrn
Created April 29, 2016 02:12
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 luksrn/910417dd5d9fc8a091b081fd0bfa865d to your computer and use it in GitHub Desktop.
Save luksrn/910417dd5d9fc8a091b081fd0bfa865d to your computer and use it in GitHub Desktop.
C.groovy
class C implements A,B {
String exec() { A.super.exec() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment