Is there still no way to override something like `...
# kotlin-native
r
Is there still no way to override something like
UIView.intrinsicContentSize
in a
UIView
subclass in Kotlin? You can override (some?) functions with the
@ObjCAction
trick but what about extension properties?