| 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]") | |
| } | |
| } |