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