Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
@@ -33,7 +33,7 @@ class Val<T> {
|
||||
this.initializer = initializer;
|
||||
}
|
||||
|
||||
T get(Object instance, Object metadata) {
|
||||
T getValue(Object instance, Object metadata) {
|
||||
return initializer.invoke();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user