Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
class SomeProp() {
|
||||
fun get(t: Any, metadata: PropertyMetadataImpl) = 42
|
||||
fun getValue(t: Any, metadata: PropertyMetadataImpl) = 42
|
||||
}
|
||||
|
||||
class Some<caret>() {
|
||||
|
||||
Reference in New Issue
Block a user