Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active November 27, 2017 09:00
Show Gist options
  • Select an option

  • Save sliskiCode/41db1a0339369c8d3ed166a5bc82fa24 to your computer and use it in GitHub Desktop.

Select an option

Save sliskiCode/41db1a0339369c8d3ed166a5bc82fa24 to your computer and use it in GitHub Desktop.
6 magic sugars that can make your Kotlin codebase happier #2
public abstract class Response {
private Response() {
}
// $FF: synthetic method
public Response(DefaultConstructorMarker $constructor_marker) {
this();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment