@kotlin.Metadata
public abstract class FList {
    public final static field Companion: FList.Companion
    private final static @org.jetbrains.annotations.NotNull field emptyFList: FList
    inner class FList/Companion
    public method <init>(): void
    public abstract method getEmpty(): boolean
    public abstract method getHead(): java.lang.Object
    public abstract @org.jetbrains.annotations.NotNull method getTail(): FList
    public final @org.jetbrains.annotations.NotNull method plus(p0: java.lang.Object): FList
}

@kotlin.Metadata
public final static class FList/Companion {
    inner class FList/Companion
    private method <init>(): void
    public final @org.jetbrains.annotations.NotNull method getEmptyFList(): FList
}

@kotlin.Metadata
public final class FlistKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method emptyFList(): FList
    public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.NotNull p0: FList): java.util.Iterator
    public synthetic static method reverse$default(p0: FList, p1: FList, p2: int, p3: java.lang.Object): FList
    public final static @org.jetbrains.annotations.NotNull method reverse(@org.jetbrains.annotations.NotNull p0: FList, @org.jetbrains.annotations.NotNull p1: FList): FList
}
