FILE: Strange.kt
    <out T> public abstract interface Strange {
        public abstract function foo(): R|T|

    }
