public interface FirstTrait

public final class Foo {
    public method <init>(): void
    public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}

public final class IntersectionTypeMultipleBoundsImplicitReceiverKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method doSomething(@org.jetbrains.annotations.NotNull p0: FirstTrait): java.lang.String
}

public interface SecondTrait
