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
10 lines
412 B
Plaintext
Vendored
10 lines
412 B
Plaintext
Vendored
package
|
|
|
|
public final class C {
|
|
public constructor C()
|
|
@get:kotlin.Suppress(names = {"REDUNDANT_NULLABLE"}) public final val foo: 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
|
|
}
|