3e69838f48
Really, this commit implements early J2K mapping for all Java types. It's questionable and probably wrong at least for super-types, because, for example, we cannot resolve spliterator() in classes derived from java.lang.Iterable
7 lines
178 B
Plaintext
Vendored
7 lines
178 B
Plaintext
Vendored
public final class FieldAsVar : R|kotlin/Any| {
|
|
public open var f: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
public set(value: R|kotlin/Int|): kotlin/Unit
|
|
|
|
}
|