package test.another;

import java.lang.System;

@kotlin.Metadata()
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public abstract @interface Anno {

    public abstract java.lang.String value();
}

////////////////////

package test.another;

import java.lang.System;

@kotlin.Metadata()
public final class TopLevelKt {

    public TopLevelKt() {
        super();
    }
    private static final int topLevelProperty = 2;
    public static final int topLevelConstProperty = 2;

    @org.jetbrains.annotations.Nullable()
    public static final java.lang.String topLevelFunction() {
        return null;
    }

    @org.jetbrains.annotations.Nullable()
    public static final <X extends java.lang.CharSequence, T extends java.util.List<? extends X>>T topLevelGenericFunction() {
        return null;
    }

    public static final int getTopLevelProperty() {
        return 0;
    }

    @org.jetbrains.annotations.NotNull()
    public static final java.lang.String getTopLevelProperty2() {
        return null;
    }

    public static final void extensionFunction(@org.jetbrains.annotations.NotNull()
    @Anno(value = "rec")
    java.lang.String $this$extensionFunction, @org.jetbrains.annotations.NotNull()
    @Anno(value = "1")
    java.lang.String a, @org.jetbrains.annotations.NotNull()
    @Anno(value = "2")
    java.lang.String b) {
    }

    @Anno(value = "extpr")
    @java.lang.Deprecated()
    public static void getExtensionProperty$annotations(java.lang.Object p0) {
    }

    @org.jetbrains.annotations.NotNull()
    public static final <T extends java.lang.Object>java.lang.String getExtensionProperty(@org.jetbrains.annotations.NotNull()
    @Anno(value = "propRec")
    T $this$extensionProperty) {
        return null;
    }

    public static final <T extends java.lang.Object>void setExtensionProperty(@org.jetbrains.annotations.NotNull()
    @Anno(value = "propRec")
    T $this$extensionProperty, @org.jetbrains.annotations.NotNull()
    @Anno(value = "setparam")
    java.lang.String setParamName) {
    }
}
