FILE: sealedStarImport.kt
    public abstract class Factory : R|kotlin/Any| {
        public constructor(): R|other/Factory| {
            super<R|kotlin/Any|>()
        }

        public abstract fun createTest(): R|class error: Symbol not found, for `Test`|

        public abstract fun createObj(): R|test/Test.O|

        public abstract fun createExtra(): R|test/Test.Extra|

    }
