Skip to content

Instantly share code, notes, and snippets.

@yenerm
Created May 17, 2020 22:53
Show Gist options
  • Save yenerm/5b8e1c9d31e3d4ac887bde8604a3fca9 to your computer and use it in GitHub Desktop.
Save yenerm/5b8e1c9d31e3d4ac887bde8604a3fca9 to your computer and use it in GitHub Desktop.
Reified decompiled into Java code
// Inline function converted to Java from byte code
public static final void printType() {
int $i$f$printType = 0;
Intrinsics.reifiedOperationMarker(4, "T");
Class var1 = Object.class;
boolean var2 = false;
System.out.print(var1);
}
// Caller converted to Java from byte code
public static final void printStringType() {
int $i$f$printType = false;
Class var1 = String.class;
boolean var2 = false;
System.out.print(var1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment