32d2faf3d1
#KT-15540 Fixed
29 lines
581 B
Plaintext
Vendored
29 lines
581 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class Bar {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class FindAnnotationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@Yes
|
|
@No
|
|
@kotlin.Metadata
|
|
public final class Foo {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class No {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class Yes {
|
|
public abstract method value(): java.lang.String
|
|
}
|