Change String argument of property delegate method to PropertyMetadata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Delegate {
|
||||
fun get(t: Any?, p: String): Int = 1
|
||||
fun get(t: Any?, p: PropertyMetadata): Int = 1
|
||||
}
|
||||
|
||||
val prop: Int by Delegate()
|
||||
|
||||
Reference in New Issue
Block a user