Skip to content

Instantly share code, notes, and snippets.

@AdamMc331
Created April 24, 2018 20:43
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 AdamMc331/082e7e49c1863125053e0e1517e22274 to your computer and use it in GitHub Desktop.
Save AdamMc331/082e7e49c1863125053e0e1517e22274 to your computer and use it in GitHub Desktop.
interface Test {
val item: Int
}
class TestClass(context: Context): Test {
override val item = 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment