Skip to content

Instantly share code, notes, and snippets.

@sukyology
Created January 17, 2021 02:44
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 sukyology/b24ffb6d6b697d18f0df200ae883ab63 to your computer and use it in GitHub Desktop.
Save sukyology/b24ffb6d6b697d18f0df200ae883ab63 to your computer and use it in GitHub Desktop.
// 생략
public final class Sub
extends Root {
public final String sub() {
// 생략
`JvmMockKDispatcher` dispatcher = `JvmMockKDispatcher`.get((long)-8685426189273937011L, (Object)this));
Callable<?> callable;
if (dispatcher == null) {
callable = null;
} else {
callable = dispatcher.handler((Object)this, Sub.class.getMethod("sub", new Class[0]), new Object[0]);
}
if (callable != null) {
return (String)callable.call();
} else {
return "sub";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment