d1e1e274d9
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
11 lines
295 B
Plaintext
Vendored
11 lines
295 B
Plaintext
Vendored
package test
|
|
|
|
@get:kotlin.jvm.JvmName(name = "vget") @set:kotlin.jvm.JvmName(name = "vset") public var v: kotlin.Int
|
|
|
|
public open class PlatformName {
|
|
public constructor PlatformName()
|
|
|
|
// Static members
|
|
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|