13 lines
364 B
Plaintext
Vendored
13 lines
364 B
Plaintext
Vendored
public final class TwoFields : R|kotlin/Any| {
|
|
public final var a: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final var b: R|kotlin/Short|
|
|
public get(): R|kotlin/Short|
|
|
public set(value: R|kotlin/Short|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/TwoFields|
|
|
|
|
}
|