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
@@ -13,7 +13,7 @@ package api {
|
||||
|
||||
package usage {
|
||||
public var inlineUse2: kotlin.Unit
|
||||
public var inlineUse3: kotlin.Unit
|
||||
@set:api.API public var inlineUse3: kotlin.Unit
|
||||
private var privateInline3: kotlin.Unit
|
||||
public val use2: kotlin.Unit
|
||||
public inline fun inlineUse1(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user