Skip to content

Instantly share code, notes, and snippets.

@evilthreads669966
Last active March 6, 2022 23:29
Show Gist options
  • Save evilthreads669966/dc0895a9df2cf2fb98fb0f855b865527 to your computer and use it in GitHub Desktop.
Save evilthreads669966/dc0895a9df2cf2fb98fb0f855b865527 to your computer and use it in GitHub Desktop.
prototype
fun main() {
val foo = Foo("foo","bar")
val bar = foo.copy(foo = "bar")
}
data class Foo(val foo: String, val bar: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment