Can I `expect class Something { companion object }...
# multiplatform
m
Can I
expect class Something { companion object }
and then in JVM
actual typealias Something = SomeJavaType
and provide an
actual companion
in a different way? Like
actual object SomeJavaType.Companion