Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create member function 'set'" "true"
|
||||
// "Create member function 'setValue'" "true"
|
||||
class F {
|
||||
fun get(x: X, propertyMetadata: PropertyMetadata): Int = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user