07767f88e2
^KT-62340
53 lines
1.3 KiB
Plaintext
Vendored
53 lines
1.3 KiB
Plaintext
Vendored
library {
|
|
// module name: <Accessors.kt>
|
|
|
|
library fragment {
|
|
// package name: custom.pkg
|
|
|
|
// class name: custom/pkg/A
|
|
// class name: custom/pkg/Foo
|
|
|
|
public final annotation class custom/pkg/A : kotlin/Annotation {
|
|
|
|
public constructor()
|
|
}
|
|
|
|
public final class custom/pkg/Foo : kotlin/Any {
|
|
|
|
public constructor()
|
|
|
|
@custom/pkg/A
|
|
public final val annotated: kotlin/Int /* = 0 */
|
|
public final get
|
|
|
|
public final var annotatedAccessors: kotlin/Int
|
|
@custom/pkg/A
|
|
public final /* non-default */ get
|
|
@custom/pkg/A
|
|
public final /* non-default */ set(<set-?>: kotlin/Int)
|
|
|
|
public final val annotatedGetter: kotlin/Int /* = 0 */
|
|
@custom/pkg/A
|
|
public final /* non-default */ get
|
|
|
|
public final var annotatedSetter: kotlin/Int
|
|
public final get
|
|
@custom/pkg/A
|
|
public final /* non-default */ set(<set-?>: kotlin/Int)
|
|
|
|
public final var privateSetter: kotlin/Int
|
|
public final get
|
|
private final /* non-default */ set(<set-?>: kotlin/Int)
|
|
|
|
private final val privateSimple: kotlin/Int /* = 0 */
|
|
private final get
|
|
|
|
protected final val protectedSimple: kotlin/Int /* = 0 */
|
|
protected final get
|
|
|
|
public final val simple: kotlin/Int /* = 0 */
|
|
public final get
|
|
}
|
|
}
|
|
}
|