KT-7256 False "Receiver parameter not used" for property with delegation

#KT-7256 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-05-27 14:55:29 +03:00
parent 6e444baedb
commit 2a23bc79f3
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,5 @@
class MyProperty {
fun get(thisRef: Any?, desc: PropertyMetadata) = ":)"
}
val Any.ext by MyProperty()