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
9 lines
300 B
Plaintext
Vendored
9 lines
300 B
Plaintext
Vendored
public open class AnnotatedField : R|kotlin/Any| {
|
|
@R|test/AnnotatedField.Anno|(String(static)) public final static val x: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
@R|test/AnnotatedField.Anno|(String(member)) public final val y: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
}
|