Skip to content

Instantly share code, notes, and snippets.

@andreyfomenkov
Last active February 16, 2018 11:53
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 andreyfomenkov/b597b6380afa697d368681207da8696a to your computer and use it in GitHub Desktop.
Save andreyfomenkov/b597b6380afa697d368681207da8696a to your computer and use it in GitHub Desktop.
Decompiled .toString() method generated by Kotlin compiler
// ... DECOMPILED CODE GOES ABOVE ... //
public String toString() {
return "User(firstName=" + this.firstName + ", lastName=" + this.lastName + ", age=" + this.age + ")";
}
// ... DECOMPILED CODE GOES BELOW ... //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment