695f6f0062
^KT-61377 Fixed
5 lines
217 B
Java
Vendored
5 lines
217 B
Java
Vendored
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.CLASS)
|
|
@kotlin.annotation.Retention(value = kotlin.annotation.AnnotationRetention.BINARY)
|
|
public abstract @interface Anno /* one.Anno*/ {
|
|
}
|