Skip to content

Instantly share code, notes, and snippets.

@MarcinMoskala
Created March 3, 2019 11:42
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 MarcinMoskala/7268ff5717d8f1e4ed6bf1465f0c629f to your computer and use it in GitHub Desktop.
Save MarcinMoskala/7268ff5717d8f1e4ed6bf1465f0c629f to your computer and use it in GitHub Desktop.
val a by PropDelegate()
class PropDelegate {
operator fun getValue(nothing: Nothing?, property: KProperty<*>): Any {
TODO()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment