Skip to content

Instantly share code, notes, and snippets.

@szymonkozak
Last active February 21, 2018 09:02
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 szymonkozak/80c613ebdea9e1a7136e5b5505eba90c to your computer and use it in GitHub Desktop.
Save szymonkozak/80c613ebdea9e1a7136e5b5505eba90c to your computer and use it in GitHub Desktop.
Compiled from "Foo.kt"
public final class Foo {
public final int getNumber();
Code:
0: aload_0
1: getfield #10 // Field isValid:Z
4: ifeq 11
7: iconst_1
8: goto 12
11: iconst_0
12: ireturn
public final boolean isValid();
Code:
0: aload_0
1: getfield #10 // Field isValid:Z
4: ireturn
[...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment