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:
Alexander Udalov
2018-10-01 18:53:40 +02:00
parent e326b8755f
commit d1e1e274d9
56 changed files with 153 additions and 145 deletions
@@ -3,8 +3,8 @@ package
public final class My {
public constructor My()
@delegate:kotlin.jvm.JvmSynthetic public final val s: kotlin.String
public final val t: kotlin.String
public final var z: kotlin.String
@get:kotlin.jvm.JvmSynthetic public final val t: kotlin.String
@set:kotlin.jvm.JvmSynthetic public final var z: kotlin.String
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String