Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz
Created August 14, 2020 23:19
Show Gist options
  • Save ibrahimyilmaz/234d54f5097f53981ef16d0c6624e223 to your computer and use it in GitHub Desktop.
Save ibrahimyilmaz/234d54f5097f53981ef16d0c6624e223 to your computer and use it in GitHub Desktop.
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