Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created January 3, 2019 23:42
Show Gist options
  • Save adam-arold/7ffda3cdffb5a64437d2ad622531fd3a to your computer and use it in GitHub Desktop.
Save adam-arold/7ffda3cdffb5a64437d2ad622531fd3a to your computer and use it in GitHub Desktop.
class Tile
fun writeTile(tile: Tile) =
println("Tile: $tile")
writeTile(Tile())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment