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,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val x: kotlin.Int
|
||||
@get:kotlin.js.JsName(name = ".") public val x: kotlin.Int
|
||||
private fun ` .private `(): kotlin.String
|
||||
@kotlin.js.JsName(name = "validName") private fun ` .private with @JsName `(): kotlin.String
|
||||
public fun ` .public `(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user