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
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public var v: kotlin.Int
|
||||
@get:kotlin.jvm.JvmName(name = "vget") @set:kotlin.jvm.JvmName(name = "vset") public var v: kotlin.Int
|
||||
|
||||
public open class PlatformName {
|
||||
public constructor PlatformName()
|
||||
|
||||
Reference in New Issue
Block a user