Last active
November 27, 2017 09:00
-
-
Save sliskiCode/41db1a0339369c8d3ed166a5bc82fa24 to your computer and use it in GitHub Desktop.
6 magic sugars that can make your Kotlin codebase happier #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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