[orx-file-watcher, orx-property-watchers] Change type of first argument of getValue from Any to Any?
This commit is contained in:
@@ -25,7 +25,7 @@ class FileWatcherDelegate<T>(
|
||||
}
|
||||
}
|
||||
|
||||
operator fun getValue(any: Any, property: KProperty<*>): T {
|
||||
operator fun getValue(any: Any?, property: KProperty<*>): T {
|
||||
return value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user