blob: 0e8c477219ec11c98264116d9d12bf1d07eaf378 [file]
package test
@GenerateFunctionWithAnnotatedParameters
class Some {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun foo(@AnnotationWithStringValue(value = "A") x: Int, @AnnotationWithStringValue(value = "B") y: Int) {
throw Throwable(message = "Stub for declaration generated by Plugin[MemberFunctionWithAnnotatedParametersGeneratorKey]")
}
}