Stdlib: fix build -- use named object instead of instance of Any because Any not mapped yet in JS backend.
This commit is contained in:
@@ -66,7 +66,7 @@ public class ObservableProperty<T>(
|
||||
}
|
||||
}
|
||||
|
||||
private val NULL_VALUE: Any = Any()
|
||||
private object NULL_VALUE {}
|
||||
|
||||
private fun escape(value: Any?): Any {
|
||||
return value ?: NULL_VALUE
|
||||
|
||||
Reference in New Issue
Block a user