18 lines
764 B
Plaintext
Vendored
18 lines
764 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class CollectionLiteralsInArgumentPositionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method check(p0: boolean, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
private final static method test(p0: kotlin.reflect.KFunction, p1: kotlin.jvm.functions.Function1): void
|
|
public final static @Foo method test1(): void
|
|
public final static @Foo method test2(): void
|
|
public final static @Foo method test3(): void
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class Foo {
|
|
public abstract method a(): float[]
|
|
public abstract method b(): java.lang.String[]
|
|
public abstract method c(): java.lang.Class[]
|
|
}
|