I'm building a multiplatform project for js/jvm/ios that expects a sealed class. It seems to build fine for JS and JVM but for iOS i'm getting "exception: java.lang.AssertionError: expect class WriteLog: Super class should be any: actual class Operation". Are sealed classes or class hierarchies going to be supported for native compilation? Or is this a bug that should be reported?