Skip to content

Instantly share code, notes, and snippets.

@cy6erGn0m
Created December 11, 2013 11:07
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 cy6erGn0m/7908586 to your computer and use it in GitHub Desktop.
Save cy6erGn0m/7908586 to your computer and use it in GitHub Desktop.
trait Test {
val test : String
}
class TestImpl (test : String) : Test {
override val test = test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment