Created
May 19, 2020 10:39
-
-
Save hasankucuk/8fa29acae876139204f8838bb89952b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun myDelegate(): ReadWriteProperty<Nothing?, Int> = | |
object : ReadWriteProperty<Nothing?, Int> { | |
... | |
} | |
val foo: Int by myDelegate() | |
var bar: Int by myDelegate() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment