918a91dbdf
#KT-51248
9 lines
257 B
Plaintext
Vendored
9 lines
257 B
Plaintext
Vendored
package test
|
|
|
|
public final class FieldAsVar {
|
|
/*primary*/ public constructor FieldAsVar()
|
|
public final var f: kotlin.Int
|
|
public final fun `<get-f>`(): kotlin.Int
|
|
public final fun `<set-f>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit
|
|
}
|