FILE: Derived.kt
    public final class Derived : R|Some| {
        public constructor(): R|Derived| {
            super<R|Some|>()
        }

    }
