Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz
Created August 14, 2020 23:25
Show Gist options
  • Save ibrahimyilmaz/a99132fbf1caa903c9b4802be174b545 to your computer and use it in GitHub Desktop.
Save ibrahimyilmaz/a99132fbf1caa903c9b4802be174b545 to your computer and use it in GitHub Desktop.
data class Account(val iban: String)
val Account.formattedIban:String
get(){
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment