Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vemv
Created April 28, 2019 09:21
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 vemv/bcd6bb57861531b1b6b9995744d27776 to your computer and use it in GitHub Desktop.
Save vemv/bcd6bb57861531b1b6b9995744d27776 to your computer and use it in GitHub Desktop.
// Decompiling class: pepkey/functional/hotp/handlers/setup/endpoint$sample$fn__528376
package pepkey.functional.hotp.handlers.setup;
import clojure.lang.*;
public final class endpoint$sample$fn__528376 extends AFunction
{
@Override
public Object invoke(final Object x) {
return x;
}
}
// Decompiling class: pepkey/functional/hotp/handlers/setup/endpoint$sample$fn__528378
package pepkey.functional.hotp.handlers.setup;
import clojure.lang.*;
public final class endpoint$sample$fn__528378 extends AFunction
{
@Override
public Object invoke(final Object x) {
return x;
}
}
// Decompiling class: pepkey/functional/hotp/handlers/setup/endpoint$sample
package pepkey.functional.hotp.handlers.setup;
import clojure.lang.*;
public final class endpoint$sample extends AFunction
{
public static final Var const__0;
public static Object invokeStatic() {
((IFn)const__0.getRawRoot()).invoke(new endpoint$sample$fn__528376());
return ((IFn)const__0.getRawRoot()).invoke(new endpoint$sample$fn__528378());
}
@Override
public Object invoke() {
return invokeStatic();
}
static {
const__0 = RT.var("clojure.core", "println");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment