other thing that would be good is impl typealias: ...
# multiplatform
d
other thing that would be good is impl typealias:
header class X
+
impl typealias X = java.lang.X
. I think it could work in the case aliased type has all methods/fields inside header class + maybe additional. Since you will see just what it is inside header class, typealias would be a strict super set and everything should work. This would prevent having to create wrapper types.