Skip to content

Instantly share code, notes, and snippets.

@vodamiro
Created April 11, 2019 13:59
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 vodamiro/23e1a3421522ff6638f6afe440a383e8 to your computer and use it in GitHub Desktop.
Save vodamiro/23e1a3421522ff6638f6afe440a383e8 to your computer and use it in GitHub Desktop.
S_A_DefaultValues2.kt
interface Greeter {
fun greet() { println("Hi!") }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment