Skip to content

Instantly share code, notes, and snippets.

@yuriyskulskiy
Created June 15, 2020 04:48
Show Gist options
  • Save yuriyskulskiy/26b4457763c316f7d8ec5b7bc8f0932e to your computer and use it in GitHub Desktop.
Save yuriyskulskiy/26b4457763c316f7d8ec5b7bc8f0932e to your computer and use it in GitHub Desktop.
interface PropertyHolder {
val name: String
var age: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment