FILE: test.kt public abstract interface UseIterable : R|MyIterable| { public open function test(): R|kotlin/Unit| { val it: R|error: Not supported: FirImplicitTypeRefImpl| = R|FakeOverride>, kotlin/collections/Iterator>?>|!>|() val split: R|error: Not supported: FirImplicitTypeRefImpl| = R|FakeOverride>, java/util/Spliterator>>|>|() } }