Skip to content

Instantly share code, notes, and snippets.

@szymonkozak
Created February 20, 2018 19:49
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/0ec33ce687e73943da76fb30817ead78 to your computer and use it in GitHub Desktop.
Save szymonkozak/0ec33ce687e73943da76fb30817ead78 to your computer and use it in GitHub Desktop.
Compiled from "Bar.kt"
public final class Bar {
public final boolean is valid();
Code:
0: aload_0
1: getfield #10 // Field "is valid":Z
4: ireturn
public final boolean is_valid();
Code:
0: aload_0
1: getfield #15 // Field is_valid:Z
4: ireturn
[...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment