18 lines
479 B
Plaintext
Vendored
18 lines
479 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class Kt1932Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
public method <init>(): void
|
|
public final @foo method hello(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class foo {
|
|
public abstract method name(): java.lang.String
|
|
}
|