Skip to content

Instantly share code, notes, and snippets.

@ReneeVandervelde
Last active April 8, 2018 18:47
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 ReneeVandervelde/fffb702499d63f68d1770f2e2a2ad921 to your computer and use it in GitHub Desktop.
Save ReneeVandervelde/fffb702499d63f68d1770f2e2a2ad921 to your computer and use it in GitHub Desktop.
@Deprecated(
message = “I wrote this backwards”,
replaceWith = ReplaceWith(“newHotness(foo, bar)”)
)
fun oldAndBusted(bar: String, foo: String) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment