blob: 90df176b0c3f2a1d3ae9cca0e4178cafcb5aa28c [file] [log] [blame]
package test
public open class AnnotatedMethod {
/*primary*/ public constructor AnnotatedMethod()
@kotlin.Deprecated(message = "Deprecated in Java") public open fun f(): kotlin.Unit
}