Render property accessor annotations in .txt test data
If property accessor rendering is disabled in a test, render annotations on accessors as use-site-targeted, as was done with `@setparam:`-annotations. Otherwise they were lost
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ public final annotation class Ann : kotlin.Annotation {
|
||||
|
||||
public final class B {
|
||||
public constructor B(/*0*/ @fieldOrPropAnn x: kotlin.Int, /*1*/ y: kotlin.Int)
|
||||
@getSetAndParamAnn @setparam:getSetAndParamAnn public final var w: kotlin.Int
|
||||
@getSetAndParamAnn @get:getSetAndParamAnn @set:getSetAndParamAnn @setparam:getSetAndParamAnn public final var w: kotlin.Int
|
||||
@fieldOrPropAnn public final val x: kotlin.Int
|
||||
@fieldOrPropAnn @fieldOrPropAnn public final val y: kotlin.Int
|
||||
@fieldOrPropAnn @field:fieldOrPropAnn public final val z: kotlin.Int = 42
|
||||
|
||||
Reference in New Issue
Block a user