3b9318bd3a
We can use less strict rule for produced annotations: * Previously: the same annotations from `findAnnotation` and `annotations` have the same identity * Now: the same annotations from `findAnnotation` and `annotations` are equals by 'equals' ^KT-56046
6 lines
234 B
Java
Vendored
6 lines
234 B
Java
Vendored
public final class TopLevelFunctionWithDeprecatedAnnotationKt /* one.TopLevelFunctionWithDeprecatedAnnotationKt*/ {
|
|
@kotlin.Deprecated(message = "")
|
|
@one.Anno()
|
|
public static final void regularFunction();// regularFunction()
|
|
}
|