da71a152cd
^KT-60728
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
FILE: [ResolvedTo(IMPORTS)] classMemberPropertyScript.kts
|
|
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
|
|
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
|
|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
|
|
|
|
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|X| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] var x: R|kotlin/Int|
|
|
public [ResolvedTo(STATUS)] get(): R|kotlin/Int| {
|
|
^ this@R|/X|.F|/X.x|
|
|
}
|
|
public [ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| {
|
|
this@R|/X|.F|/X.x| = R|<local>/value|
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] val y: R|kotlin/Int| = Int(42)
|
|
public [ResolvedTo(STATUS)] get(): R|kotlin/Int|
|
|
|
|
public final [ResolvedTo(STATUS)] var z: R|kotlin/Int| = Int(15)
|
|
public [ResolvedTo(STATUS)] get(): R|kotlin/Int|
|
|
public [ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|
|
|