KT-7256 False "Receiver parameter not used" for property with delegation
#KT-7256 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class MyProperty {
|
||||
fun get(thisRef: Any?, desc: PropertyMetadata) = ":)"
|
||||
}
|
||||
|
||||
val Any.ext by MyProperty()
|
||||
Reference in New Issue
Block a user