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