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