[FIR] update FirRenderer for scripts

^KT-60728
This commit is contained in:
Dmitrii Gridin
2023-07-28 18:01:55 +02:00
committed by Space Team
parent 2bacba5a9a
commit da71a152cd
234 changed files with 38820 additions and 29149 deletions
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] classMemberPropertyScript.kts 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 final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|X| { public [ResolvedTo(STATUS)] constructor(): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -20,4 +24,4 @@ FILE: [ResolvedTo(IMPORTS)] classMemberPropertyScript.kts
public [ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] classScript.kts FILE: [ResolvedTo(IMPORTS)] classScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -12,4 +16,4 @@ FILE: [ResolvedTo(IMPORTS)] classScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] constructorsScript.kts FILE: [ResolvedTo(IMPORTS)] constructorsScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] a: R|kotlin/Int|): R|A| { public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] a: R|kotlin/Int|): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -12,4 +16,4 @@ FILE: [ResolvedTo(IMPORTS)] constructorsScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] danglingAnnotationClassLevelScript.kts FILE: [ResolvedTo(IMPORTS)] danglingAnnotationClassLevelScript.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 Foo : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Foo : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|Foo| { public [ResolvedTo(STATUS)] constructor(): R|Foo| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -6,6 +10,7 @@ FILE: [ResolvedTo(IMPORTS)] danglingAnnotationClassLevelScript.kts
@R|kotlin/Suppress|[Types](names = vararg(String())) @R|kotlin/annotation/MustBeDocumented|[Types]() <DANGLING MODIFIER: Top level declaration expected> @R|kotlin/Suppress|[Types](names = vararg(String())) @R|kotlin/annotation/MustBeDocumented|[Types]() <DANGLING MODIFIER: Top level declaration expected>
} }
public final [ResolvedTo(STATUS)] class Bar : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Bar : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|Bar| { public [ResolvedTo(STATUS)] constructor(): R|Bar| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -13,6 +18,7 @@ FILE: [ResolvedTo(IMPORTS)] danglingAnnotationClassLevelScript.kts
@R|kotlin/Suppress|[Types](names = vararg(String())) @R|kotlin/annotation/MustBeDocumented|[Types]() <DANGLING MODIFIER: Top level declaration expected> @R|kotlin/Suppress|[Types](names = vararg(String())) @R|kotlin/annotation/MustBeDocumented|[Types]() <DANGLING MODIFIER: Top level declaration expected>
} }
public final [ResolvedTo(STATUS)] class Outer : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Outer : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|Outer| { public [ResolvedTo(STATUS)] constructor(): R|Outer| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -38,4 +44,4 @@ FILE: [ResolvedTo(IMPORTS)] danglingAnnotationClassLevelScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] declarationsInPropertyInitScript.kts FILE: [ResolvedTo(IMPORTS)] declarationsInPropertyInitScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -18,7 +22,8 @@ FILE: [ResolvedTo(IMPORTS)] declarationsInPropertyInitScript.kts
public [ResolvedTo(STATUS)] get(): R|kotlin/Unit| public [ResolvedTo(STATUS)] get(): R|kotlin/Unit|
} }
public final inline [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] R> run([ResolvedTo(RAW_FIR)] block: R|() -> R|): R|R| { public final inline [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] R> run([ResolvedTo(RAW_FIR)] block: R|() -> R|): R|R| {
^run R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|R|>|() ^run R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|R|>|()
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] enumClassScript.kts FILE: [ResolvedTo(IMPORTS)] enumClassScript.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)] enum class A : R|kotlin/Enum<A>| { public final [ResolvedTo(STATUS)] enum class A : R|kotlin/Enum<A>| {
private [ResolvedTo(STATUS)] constructor(): R|A| { private [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Enum<A>|>() super<R|kotlin/Enum<A>|>()
@@ -27,4 +31,4 @@ FILE: [ResolvedTo(IMPORTS)] enumClassScript.kts
public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<A>| public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<A>|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] enumClassWithBodyScript.kts FILE: [ResolvedTo(IMPORTS)] enumClassWithBodyScript.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)] enum class A : R|kotlin/Enum<A>| { public final [ResolvedTo(STATUS)] enum class A : R|kotlin/Enum<A>| {
private [ResolvedTo(STATUS)] constructor(): R|A| { private [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Enum<A>|>() super<R|kotlin/Enum<A>|>()
@@ -39,4 +43,4 @@ FILE: [ResolvedTo(IMPORTS)] enumClassWithBodyScript.kts
public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<A>| public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<A>|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] initBlockScript.kts FILE: [ResolvedTo(IMPORTS)] initBlockScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,4 +20,4 @@ FILE: [ResolvedTo(IMPORTS)] initBlockScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] localClassScript.kts FILE: [ResolvedTo(IMPORTS)] localClassScript.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(RAW_FIR)] fun a(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun a(): R|kotlin/Unit| {
local final [ResolvedTo(RAW_FIR)] class X : R|kotlin/Any| { local final [ResolvedTo(RAW_FIR)] class X : R|kotlin/Any| {
public [ResolvedTo(RAW_FIR)] constructor(): R|X| { public [ResolvedTo(RAW_FIR)] constructor(): R|X| {
@@ -8,6 +12,7 @@ FILE: [ResolvedTo(IMPORTS)] localClassScript.kts
} }
} }
public final [ResolvedTo(STATUS)] class Y : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Y : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|Y| { public [ResolvedTo(STATUS)] constructor(): R|Y| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -24,4 +29,4 @@ FILE: [ResolvedTo(IMPORTS)] localClassScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,9 +1,14 @@
FILE: [ResolvedTo(IMPORTS)] localFunScript.kts FILE: [ResolvedTo(IMPORTS)] localFunScript.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(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
local final [ResolvedTo(RAW_FIR)] fun y(): R|kotlin/Unit| { local final [ResolvedTo(RAW_FIR)] fun y(): R|kotlin/Unit| {
} }
} }
public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,4 +21,4 @@ FILE: [ResolvedTo(IMPORTS)] localFunScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,7 +1,12 @@
FILE: [ResolvedTo(IMPORTS)] localPropertyScript.kts FILE: [ResolvedTo(IMPORTS)] localPropertyScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
[ResolvedTo(RAW_FIR)] lvar x: R|kotlin/Int| [ResolvedTo(RAW_FIR)] lvar x: R|kotlin/Int|
} }
public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -12,6 +17,7 @@ FILE: [ResolvedTo(IMPORTS)] localPropertyScript.kts
} }
} }
public final [ResolvedTo(STATUS)] class B : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|B| { public [ResolvedTo(STATUS)] constructor(): R|B| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -29,4 +35,4 @@ FILE: [ResolvedTo(IMPORTS)] localPropertyScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] memberTypeAliasScript.kts FILE: [ResolvedTo(IMPORTS)] memberTypeAliasScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -7,4 +11,4 @@ FILE: [ResolvedTo(IMPORTS)] memberTypeAliasScript.kts
public? final [ResolvedTo(RAW_FIR)] typealias X = R|kotlin/Int| public? final [ResolvedTo(RAW_FIR)] typealias X = R|kotlin/Int|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] nestedClassesScript.kts FILE: [ResolvedTo(IMPORTS)] nestedClassesScript.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 A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -33,4 +37,4 @@ FILE: [ResolvedTo(IMPORTS)] nestedClassesScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] propertyAccessorsScript.kts FILE: [ResolvedTo(IMPORTS)] propertyAccessorsScript.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(RAW_FIR)] var x: R|kotlin/Int| = Int(10) public final [ResolvedTo(RAW_FIR)] var x: R|kotlin/Int| = Int(10)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| {
^ F|/x| ^ F|/x|
@@ -6,6 +10,7 @@ FILE: [ResolvedTo(IMPORTS)] propertyAccessorsScript.kts
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| { public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| {
F|/x| = R|<local>/value| F|/x| = R|<local>/value|
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|X| { public [ResolvedTo(STATUS)] constructor(): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -20,4 +25,4 @@ FILE: [ResolvedTo(IMPORTS)] propertyAccessorsScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] script.kts FILE: [ResolvedTo(IMPORTS)] script.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 Builder : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Builder : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|Builder| { public [ResolvedTo(STATUS)] constructor(): R|Builder| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -13,9 +17,11 @@ FILE: [ResolvedTo(IMPORTS)] script.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| { public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| {
^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|) ^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|)
} }
R|/build|(<L> = [ResolvedTo(RAW_FIR)] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { R|/build|(<L> = [ResolvedTo(RAW_FIR)] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(123) this@R|special/anonymous|.R|/Builder.version| = String(123)
local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| { local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| {
@@ -30,11 +36,13 @@ FILE: [ResolvedTo(IMPORTS)] script.kts
this@R|special/anonymous|.R|/Builder.execute|() this@R|special/anonymous|.R|/Builder.execute|()
} }
)public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { )
public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(321) this@R|special/anonymous|.R|/Builder.version| = String(321)
} }
) )
public [ResolvedTo(RAW_FIR)] get(): R|Builder| public [ResolvedTo(RAW_FIR)] get(): R|Builder|
public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = R|/builder|.R|/Builder.execute|() public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = R|/builder|.R|/Builder.execute|()
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] init: R|A.() -> kotlin/Unit|): R|A| { public [ResolvedTo(STATUS)] constructor([ResolvedTo(STATUS)] init: R|A.() -> kotlin/Unit|): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -8,12 +12,14 @@ FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts
public [ResolvedTo(STATUS)] get(): R|kotlin/String| public [ResolvedTo(STATUS)] get(): R|kotlin/String|
} }
public final [ResolvedTo(STATUS)] class B : R|A| { public final [ResolvedTo(STATUS)] class B : R|A| {
public [ResolvedTo(STATUS)] constructor(): R|B| { public [ResolvedTo(STATUS)] constructor(): R|B| {
super<R|A|>() super<R|A|>()
} }
} }
public final [ResolvedTo(STATUS)] object C : R|A| { public final [ResolvedTo(STATUS)] object C : R|A| {
private [ResolvedTo(STATUS)] constructor(): R|C| { private [ResolvedTo(STATUS)] constructor(): R|C| {
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -26,6 +32,7 @@ FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] val f: R|A| = object : R|A| { public final [ResolvedTo(RAW_FIR)] val f: R|A| = object : R|A| {
private [ResolvedTo(RAW_FIR)] constructor(): R|<anonymous>| { private [ResolvedTo(RAW_FIR)] constructor(): R|<anonymous>| {
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -40,6 +47,7 @@ FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts
} }
public [ResolvedTo(RAW_FIR)] get(): R|A| public [ResolvedTo(RAW_FIR)] get(): R|A|
public final [ResolvedTo(STATUS)] class D : R|A| { public final [ResolvedTo(STATUS)] class D : R|A| {
public [ResolvedTo(STATUS)] error_constructor(): R|D| { public [ResolvedTo(STATUS)] error_constructor(): R|D| {
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -62,4 +70,4 @@ FILE: [ResolvedTo(IMPORTS)] superClassCallScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,5 +1,9 @@
FILE: [ResolvedTo(IMPORTS)] topLevelExpressionBodyFunWithTypeScript.kts FILE: [ResolvedTo(IMPORTS)] topLevelExpressionBodyFunWithTypeScript.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(RAW_FIR)] fun foo(): R|kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Int| {
^foo Int(42) ^foo Int(42)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,5 +1,9 @@
FILE: [ResolvedTo(IMPORTS)] topLevelExpressionBodyFunWithoutTypeScript.kts FILE: [ResolvedTo(IMPORTS)] topLevelExpressionBodyFunWithoutTypeScript.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(RAW_FIR)] fun foo(): R|kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Int| {
^foo Int(42) ^foo Int(42)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,6 +1,10 @@
FILE: [ResolvedTo(IMPORTS)] topLevelFunWithTypeScript.kts FILE: [ResolvedTo(IMPORTS)] topLevelFunWithTypeScript.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(RAW_FIR)] fun foo(): R|kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Int| {
<Unresolved name: println>#(String()) <Unresolved name: println>#(String())
^foo Int(10) ^foo Int(10)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,4 +1,8 @@
FILE: [ResolvedTo(IMPORTS)] topLevelPropertyScript.kts FILE: [ResolvedTo(IMPORTS)] topLevelPropertyScript.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(RAW_FIR)] var x: R|kotlin/Int| public final [ResolvedTo(RAW_FIR)] var x: R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| {
^ F|/x| ^ F|/x|
@@ -6,9 +10,11 @@ FILE: [ResolvedTo(IMPORTS)] topLevelPropertyScript.kts
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| { public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| {
F|/x| = R|<local>/value| F|/x| = R|<local>/value|
} }
public final [ResolvedTo(RAW_FIR)] val y: R|kotlin/Int| = Int(42) public final [ResolvedTo(RAW_FIR)] val y: R|kotlin/Int| = Int(42)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public final [ResolvedTo(RAW_FIR)] var z: R|kotlin/Int| = Int(15) public final [ResolvedTo(RAW_FIR)] var z: R|kotlin/Int| = Int(15)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,5 +1,9 @@
FILE: [ResolvedTo(IMPORTS)] topLevelUnitFunScript.kts FILE: [ResolvedTo(IMPORTS)] topLevelUnitFunScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
<Unresolved name: println>#(String()) <Unresolved name: println>#(String())
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -1,17 +1,25 @@
FILE: [ResolvedTo(IMPORTS)] withoutNameScript.kts FILE: [ResolvedTo(IMPORTS)] withoutNameScript.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(RAW_FIR)] fun <no name provided>([ResolvedTo(RAW_FIR)] a: R|kotlin/Int| = Int(1)): R|kotlin/String| { public final [ResolvedTo(RAW_FIR)] fun <no name provided>([ResolvedTo(RAW_FIR)] a: R|kotlin/Int| = Int(1)): R|kotlin/String| {
^<no name provided> String(str) ^<no name provided> String(str)
} }
public final [ResolvedTo(RAW_FIR)] fun <no name provided>(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun <no name provided>(): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] val <no name provided>: R|kotlin/Int| = Int(4) public final [ResolvedTo(RAW_FIR)] val <no name provided>: R|kotlin/Int| = Int(4)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public final [ResolvedTo(RAW_FIR)] var <no name provided>: R|kotlin/Int| public final [ResolvedTo(RAW_FIR)] var <no name provided>: R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| {
^ Int(4) ^ Int(4)
} }
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| { public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| {
} }
public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] constructor(): R|A| { public [ResolvedTo(STATUS)] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -35,4 +43,4 @@ FILE: [ResolvedTo(IMPORTS)] withoutNameScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ String(y)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentOnStatement.kts FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentOnStatement.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.EXPRESSION|)) @R|kotlin/annotation/Retention|[Types](value = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.SOURCE|) public final [ResolvedTo(STATUS)] annotation class Annotation : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.EXPRESSION|)) @R|kotlin/annotation/Retention|[Types](value = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.SOURCE|) public final [ResolvedTo(STATUS)] annotation class Annotation : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Annotation.name] name: R|kotlin/String|): R|Annotation| { public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Annotation.name] name: R|kotlin/String|): R|Annotation| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,8 +20,9 @@ FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentOnStatement.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] get(): R|kotlin/String|
} }
public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = @R|Annotation|[Types](name = String(y)) R|/x|() public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = @R|Annotation|[Types](name = String(y)) R|/x|()
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ String(y)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentScript.kts FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentScript.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)] annotation class Annotation : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Annotation : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Annotation.name] name: R|kotlin/String|): R|Annotation| { public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Annotation.name] name: R|kotlin/String|): R|Annotation| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,6 +20,6 @@ FILE: [ResolvedTo(IMPORTS)] annotationApplicationArgumentScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Annotation] get(): R|kotlin/String|
} }
@R|Annotation|[Types](name = String(y)) public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| { @R|Annotation|[Types](name = String(y)) public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] annotationApplicationCallExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] annotationApplicationCallExpressionScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@R|kotlin/Suppress|[Types](names = vararg(String())) public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| { @R|kotlin/Suppress|[Types](names = vararg(String())) public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,7 +7,10 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] annotationOnReturnTypeScript.kts FILE: [ResolvedTo(IMPORTS)] annotationOnReturnTypeScript.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(RAW_FIR)] fun <reified [ResolvedTo(RAW_FIR)] T : R|kotlin/Number|> R|kotlin/String|.collectOfType([ResolvedTo(RAW_FIR)] i: R|kotlin/Int|): <ERROR TYPE REF: Symbol not found for Sequence> { public final [ResolvedTo(RAW_FIR)] fun <reified [ResolvedTo(RAW_FIR)] T : R|kotlin/Number|> R|kotlin/String|.collectOfType([ResolvedTo(RAW_FIR)] i: R|kotlin/Int|): <ERROR TYPE REF: Symbol not found for Sequence> {
^collectOfType Int(4) ^collectOfType Int(4)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -9,4 +9,6 @@ FIR FILE:
FILE: [ResolvedTo(IMPORTS)] fileAnnotationScript.kts FILE: [ResolvedTo(IMPORTS)] fileAnnotationScript.kts
@FILE:R|kotlin/Suppress|[Types](names = vararg(String())) @FILE:R|kotlin/Suppress|[Types](names = vararg(String()))
[ResolvedTo(BODY_RESOLVE)] annotations container [ResolvedTo(BODY_RESOLVE)] annotations container
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@@ -7,10 +7,13 @@ R|kotlin/annotation/AnnotationRetention.SOURCE|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] retentionValueScript.kts FILE: [ResolvedTo(IMPORTS)] retentionValueScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@R|kotlin/annotation/Retention|[Types](value = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.SOURCE|) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Retention|[Types](value = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.SOURCE|) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,8 +7,12 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] statementAnnotation.kts FILE: [ResolvedTo(IMPORTS)] statementAnnotation.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = @R|kotlin/Suppress|[Types](names = vararg(String())) R|/foo|() public final [ResolvedTo(RAW_FIR)] val $$result: R|kotlin/Unit| = @R|kotlin/Suppress|[Types](names = vararg(String())) R|/foo|()
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Unit|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,22 +7,27 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] superCallAnnotationScript.kts FILE: [ResolvedTo(IMPORTS)] superCallAnnotationScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class B : R|@R|Anno|() A| { public final [ResolvedTo(STATUS)] class B : R|@R|Anno|() A| {
public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor(): R|B| { public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor(): R|B| {
super<R|@R|Anno|() A|>() super<R|@R|Anno|() A|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ String(abc)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnConstructorParameterExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnConstructorParameterExpressionScript.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 ResolveMe : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class ResolveMe : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=ResolveMe] constructor([ResolvedTo(STATUS)] addCommaWarning: R|@R|Anno|(s = String(abc)) kotlin/Boolean| = Boolean(false)): R|ResolveMe| { public [ResolvedTo(STATUS)] [ContainingClassKey=ResolveMe] constructor([ResolvedTo(STATUS)] addCommaWarning: R|@R|Anno|(s = String(abc)) kotlin/Boolean| = Boolean(false)): R|ResolveMe| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -22,4 +27,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnConstructorParameterExpressionScri
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,18 +7,23 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnFunctionParameterScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnFunctionParameterScript.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(RAW_FIR)] fun t([ResolvedTo(RAW_FIR)] addCommaWarning: R|@R|Anno|() kotlin/Boolean|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun t([ResolvedTo(RAW_FIR)] addCommaWarning: R|@R|Anno|() kotlin/Boolean|): R|kotlin/Unit| {
} }
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor(): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,14 +7,20 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnFunctionParameterWithArgumentsScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnFunctionParameterWithArgumentsScript.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(RAW_FIR)] fun t([ResolvedTo(RAW_FIR)] addCommaWarning: R|@R|Anno|(value = String(abcd)) kotlin/Boolean|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun t([ResolvedTo(RAW_FIR)] addCommaWarning: R|@R|Anno|(value = String(abcd)) kotlin/Boolean|): R|kotlin/Unit| {
} }
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.value] value: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.value] value: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -24,4 +30,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnFunctionParameterWithArgumentsScri
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,14 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverFunctionScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverFunctionScript.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(RAW_FIR)] fun R|@R|Anno|(s = String(ab)) kotlin/Int|.check(): R|kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun R|@R|Anno|(s = String(ab)) kotlin/Int|.check(): R|kotlin/Int| {
^check Int(1) ^check Int(1)
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -19,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverFunctionScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,14 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverParameterScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverParameterScript.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(RAW_FIR)] fun @RECEIVER:R|Anno|[Types](s = String(ab)) R|kotlin/Int|.check(): R|kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun @RECEIVER:R|Anno|[Types](s = String(ab)) R|kotlin/Int|.check(): R|kotlin/Int| {
^check Int(1) ^check Int(1)
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -19,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverParameterScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,10 +7,15 @@ R|Anno|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyCallScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyCallScript.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(RAW_FIR)] val R|@R|Anno|(s = String(a)) kotlin/Int|.i: R|kotlin/String| public final [ResolvedTo(RAW_FIR)] val R|@R|Anno|(s = String(a)) kotlin/Int|.i: R|kotlin/String|
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| {
^ String() ^ String()
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -20,4 +25,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyCallScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,10 +7,15 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyScript.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(RAW_FIR)] val R|@R|Anno|(s = String(a)) kotlin/Int|.i: R|kotlin/String| public final [ResolvedTo(RAW_FIR)] val R|@R|Anno|(s = String(a)) kotlin/Int|.i: R|kotlin/String|
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| {
^ String() ^ String()
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -20,4 +25,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReceiverPropertyScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,14 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnFunctionScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnFunctionScript.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(RAW_FIR)] fun check(): R|@R|Anno|(s = String(ab)) kotlin/Int| { public final [ResolvedTo(RAW_FIR)] fun check(): R|@R|Anno|(s = String(ab)) kotlin/Int| {
^check Int(1) ^check Int(1)
} }
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -19,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnFunctionScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,8 +7,13 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnPropertyScript.kts FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnPropertyScript.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(RAW_FIR)] val i: R|@R|Anno|(s = String(ab)) kotlin/Int| = Int(1) public final [ResolvedTo(RAW_FIR)] val i: R|@R|Anno|(s = String(ab)) kotlin/Int| = Int(1)
public [ResolvedTo(RAW_FIR)] get(): R|@R|Anno|(s = String(ab)) kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|@R|Anno|(s = String(ab)) kotlin/Int|
@R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| { @R|kotlin/annotation/Target|[Types](allowedTargets = vararg(Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|)) public final [ResolvedTo(STATUS)] annotation class Anno : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| { public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Anno.s] s: R|kotlin/String|): R|Anno| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -18,4 +23,3 @@ FILE: [ResolvedTo(IMPORTS)] typeOnAnnotationOnReturnPropertyScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=Anno] get(): R|kotlin/String|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] delegateScript.kts FILE: [ResolvedTo(IMPORTS)] delegateScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor(): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor(): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -27,4 +32,3 @@ FILE: [ResolvedTo(IMPORTS)] delegateScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] fieldScript.kts FILE: [ResolvedTo(IMPORTS)] fieldScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] fieldScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -9,10 +9,13 @@ FIR FILE:
FILE: [ResolvedTo(IMPORTS)] fileScript.kts FILE: [ResolvedTo(IMPORTS)] fileScript.kts
@FILE:R|Ann|[Types]() @FILE:R|Ann|[Types]()
[ResolvedTo(BODY_RESOLVE)] annotations container [ResolvedTo(BODY_RESOLVE)] annotations container
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(STATUS)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public final [ResolvedTo(RAW_FIR)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(RAW_FIR)] annotation class Ann : R|kotlin/Annotation| {
public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=Ann] constructor(): R|Ann| { public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] getterScript.kts FILE: [ResolvedTo(IMPORTS)] getterScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] getterScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] paramScript.kts FILE: [ResolvedTo(IMPORTS)] paramScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] @CONSTRUCTOR_PARAMETER:R|Ann|[Types]() x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] @CONSTRUCTOR_PARAMETER:R|Ann|[Types]() x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] paramScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] propertyScript.kts FILE: [ResolvedTo(IMPORTS)] propertyScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] propertyScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] setParamScript.kts FILE: [ResolvedTo(IMPORTS)] setParamScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] setParamScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] @SETTER_PARAMETER:R|Ann|[Types]() value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] @SETTER_PARAMETER:R|Ann|[Types]() value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] setterScript.kts FILE: [ResolvedTo(IMPORTS)] setterScript.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)] annotation class Ann : R|kotlin/Annotation| { public final [ResolvedTo(STATUS)] annotation class Ann : R|kotlin/Annotation| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| { public [ResolvedTo(STATUS)] [ContainingClassKey=Ann] constructor(): R|Ann| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/X.x] x: R|kotlin/Int|): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -23,4 +28,3 @@ FILE: [ResolvedTo(IMPORTS)] setterScript.kts
@PROPERTY_SETTER:R|Ann|[Types]() public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit| @PROPERTY_SETTER:R|Ann|[Types]() public [ResolvedTo(STATUS)] [ContainingClassKey=X] set([ResolvedTo(STATUS)] value: R|kotlin/Int|): R|kotlin/Unit|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,13 @@ Int(1)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] callArgumentScript.kts FILE: [ResolvedTo(IMPORTS)] callArgumentScript.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(RAW_FIR)] fun y([ResolvedTo(RAW_FIR)] a: R|kotlin/Int|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun y([ResolvedTo(RAW_FIR)] a: R|kotlin/Int|): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
R|/y|(Int(1)) R|/y|(Int(1))
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,17 @@ R|/foo|()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] callInsideLambdaInsideSuperCallAndExplicitConstructorScript.kts FILE: [ResolvedTo(IMPORTS)] callInsideLambdaInsideSuperCallAndExplicitConstructorScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public open [ResolvedTo(STATUS)] class B : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] x: R|() -> kotlin/Unit|): R|B| { public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] x: R|() -> kotlin/Unit|): R|B| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class A : R|B| { public final [ResolvedTo(STATUS)] class A : R|B| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
super<R|B|>(Int(1), [ResolvedTo(RAW_FIR)] fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|B|>(Int(1), [ResolvedTo(RAW_FIR)] fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -22,6 +27,6 @@ FILE: [ResolvedTo(IMPORTS)] callInsideLambdaInsideSuperCallAndExplicitConstructo
} }
} }
public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,13 @@ R|kotlin/Int|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] calllTypeArgumentsScript.kts FILE: [ResolvedTo(IMPORTS)] calllTypeArgumentsScript.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(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] T> y(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] T> y(): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
R|/y|<R|kotlin/Int|>() R|/y|<R|kotlin/Int|>()
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -3,14 +3,24 @@ FIR element: FirScriptImpl
FIR source kind: KtRealSourceElementKind FIR source kind: KtRealSourceElementKind
FIR element rendered: FIR element rendered:
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(RAW_FIR)] var i: R|kotlin/Int| = Int(1) public final [ResolvedTo(RAW_FIR)] var i: R|kotlin/Int| = Int(1)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit|
R|/i| = R|/i|.R|kotlin/Int.plus|(Int(1))[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
R|/i| = R|/i|.R|kotlin/Int.plus|(Int(1))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] compoundAssignOnVarScript.kts FILE: [ResolvedTo(IMPORTS)] compoundAssignOnVarScript.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(RAW_FIR)] var i: R|kotlin/Int| = Int(1) public final [ResolvedTo(RAW_FIR)] var i: R|kotlin/Int| = Int(1)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit|
R|/i| = R|/i|.R|kotlin/Int.plus|(Int(1))[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
R|/i| = R|/i|.R|kotlin/Int.plus|(Int(1))
@@ -7,12 +7,17 @@ R|<local>/<array>|.R|SubstitutionOverride</MyMap.set: R|kotlin/Unit|>|(R|<local>
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] compoundAssignWithArrayAccessConventionScript.kts FILE: [ResolvedTo(IMPORTS)] compoundAssignWithArrayAccessConventionScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public abstract [ResolvedTo(STATUS)] interface MyMap<[ResolvedTo(STATUS)] K, [ResolvedTo(STATUS)] V> : R|kotlin/Any| { public abstract [ResolvedTo(STATUS)] interface MyMap<[ResolvedTo(STATUS)] K, [ResolvedTo(STATUS)] V> : R|kotlin/Any| {
public abstract operator [ResolvedTo(STATUS)] fun get([ResolvedTo(STATUS)] k: R|K|): R|V| public abstract operator [ResolvedTo(STATUS)] fun get([ResolvedTo(STATUS)] k: R|K|): R|V|
public abstract operator [ResolvedTo(STATUS)] fun set([ResolvedTo(STATUS)] k: R|K|, [ResolvedTo(STATUS)] v: R|V|): R|kotlin/Unit| public abstract operator [ResolvedTo(STATUS)] fun set([ResolvedTo(STATUS)] k: R|K|, [ResolvedTo(STATUS)] v: R|V|): R|kotlin/Unit|
} }
public final [ResolvedTo(RAW_FIR)] fun test([ResolvedTo(RAW_FIR)] m: R|MyMap<kotlin/String, kotlin/Int>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun test([ResolvedTo(RAW_FIR)] m: R|MyMap<kotlin/String, kotlin/Int>|): R|kotlin/Unit| {
{ {
[ResolvedTo(RAW_FIR)] lval <array>: R|MyMap<kotlin/String, kotlin/Int>| = R|<local>/m| [ResolvedTo(RAW_FIR)] lval <array>: R|MyMap<kotlin/String, kotlin/Int>| = R|<local>/m|
@@ -22,4 +27,3 @@ FILE: [ResolvedTo(IMPORTS)] compoundAssignWithArrayAccessConventionScript.kts
Unit Unit
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,16 +7,21 @@ R|<local>/m|.R|SubstitutionOverride</MyMap.get: R|A|>|(String(a)).R|/A.plusAssig
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] compoundAssignWithArrayGetConventionScript.kts FILE: [ResolvedTo(IMPORTS)] compoundAssignWithArrayGetConventionScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| { public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| {
public abstract operator [ResolvedTo(STATUS)] fun plusAssign([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Unit| public abstract operator [ResolvedTo(STATUS)] fun plusAssign([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Unit|
} }
public abstract [ResolvedTo(STATUS)] interface MyMap<[ResolvedTo(STATUS)] K, [ResolvedTo(STATUS)] V> : R|kotlin/Any| { public abstract [ResolvedTo(STATUS)] interface MyMap<[ResolvedTo(STATUS)] K, [ResolvedTo(STATUS)] V> : R|kotlin/Any| {
public abstract operator [ResolvedTo(STATUS)] fun get([ResolvedTo(STATUS)] k: R|K|): R|V| public abstract operator [ResolvedTo(STATUS)] fun get([ResolvedTo(STATUS)] k: R|K|): R|V|
} }
public final [ResolvedTo(RAW_FIR)] fun test([ResolvedTo(RAW_FIR)] m: R|MyMap<kotlin/String, A>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun test([ResolvedTo(RAW_FIR)] m: R|MyMap<kotlin/String, A>|): R|kotlin/Unit| {
R|<local>/m|.R|SubstitutionOverride</MyMap.get: R|A|>|(String(a)).R|/A.plusAssign|(Int(1)) R|<local>/m|.R|SubstitutionOverride</MyMap.get: R|A|>|(String(a)).R|/A.plusAssign|(Int(1))
Unit Unit
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,16 +7,20 @@ super<R|B|>(Int(1))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] constructorDelegationSuperCallScript.kts FILE: [ResolvedTo(IMPORTS)] constructorDelegationSuperCallScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public open [ResolvedTo(STATUS)] class B : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] x: R|kotlin/Int|): R|B| { public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] x: R|kotlin/Int|): R|B| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
public final [ResolvedTo(STATUS)] class A : R|B| { public final [ResolvedTo(STATUS)] class A : R|B| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
super<R|B|>(Int(1)) super<R|B|>(Int(1))
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,13 @@ Int(1)String(2)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] functionCallArgumentListScript.kts FILE: [ResolvedTo(IMPORTS)] functionCallArgumentListScript.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(RAW_FIR)] fun callMe([ResolvedTo(RAW_FIR)] x: R|kotlin/Int|, [ResolvedTo(RAW_FIR)] y: R|kotlin/String|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun callMe([ResolvedTo(RAW_FIR)] x: R|kotlin/Int|, [ResolvedTo(RAW_FIR)] y: R|kotlin/String|): R|kotlin/Unit| {
} }
public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
R|/callMe|(Int(1), String(2)) R|/callMe|(Int(1), String(2))
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,7 +7,10 @@ Int(1)String(2)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] invokeCallArgumentListScript.kts FILE: [ResolvedTo(IMPORTS)] invokeCallArgumentListScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] f: R|(kotlin/Int, kotlin/String) -> kotlin/Unit|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] f: R|(kotlin/Int, kotlin/String) -> kotlin/Unit|): R|kotlin/Unit| {
R|<local>/f|.R|SubstitutionOverride<kotlin/Function2.invoke: R|kotlin/Unit|>|(Int(1), String(2)) R|<local>/f|.R|SubstitutionOverride<kotlin/Function2.invoke: R|kotlin/Unit|>|(Int(1), String(2))
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ R|/A.prop|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCallScript.kts FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCallScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public open [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor([ResolvedTo(STATUS)] init: R|A.() -> kotlin/Unit|): R|A| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor([ResolvedTo(STATUS)] init: R|A.() -> kotlin/Unit|): R|A| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,6 +20,7 @@ FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCallScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=A] get(): R|kotlin/String| public [ResolvedTo(STATUS)] [ContainingClassKey=A] get(): R|kotlin/String|
} }
public final [ResolvedTo(STATUS)] object B : R|A| { public final [ResolvedTo(STATUS)] object B : R|A| {
private [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor(): R|B| { private [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor(): R|B| {
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -25,6 +30,7 @@ FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCallScript.kts
} }
} }
public final [ResolvedTo(STATUS)] object C : R|A| { public final [ResolvedTo(STATUS)] object C : R|A| {
private [ResolvedTo(STATUS)] [ContainingClassKey=C] constructor(): R|C| { private [ResolvedTo(STATUS)] [ContainingClassKey=C] constructor(): R|C| {
super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> { super<R|A|>([ResolvedTo(RAW_FIR)] fun R|A|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
@@ -37,4 +43,3 @@ FILE: [ResolvedTo(IMPORTS)] qualifiedCallInsideSuperCallScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -9,6 +9,10 @@ FIR FILE:
FILE: [ResolvedTo(IMPORTS)] setOperatorScript.kts FILE: [ResolvedTo(IMPORTS)] setOperatorScript.kts
package test package test
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 B : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class B : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=test/B.n] n: R|kotlin/Int|): R|test/B| { public [ResolvedTo(STATUS)] [ContainingClassKey=B] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=test/B.n] n: R|kotlin/Int|): R|test/B| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -27,9 +31,11 @@ FILE: [ResolvedTo(IMPORTS)] setOperatorScript.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] var a: R|test/B| = R|test/B.B|(Int(1)) public final [ResolvedTo(RAW_FIR)] var a: R|test/B| = R|test/B.B|(Int(1))
public [ResolvedTo(RAW_FIR)] get(): R|test/B| public [ResolvedTo(RAW_FIR)] get(): R|test/B|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|test/B|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|test/B|): R|kotlin/Unit|
public final [ResolvedTo(RAW_FIR)] val $$result: R|test/B| = { public final [ResolvedTo(RAW_FIR)] val $$result: R|test/B| = {
[ResolvedTo(RAW_FIR)] lval <array>: R|test/B| = R|test/a| [ResolvedTo(RAW_FIR)] lval <array>: R|test/B| = R|test/a|
[ResolvedTo(RAW_FIR)] lval <index_0>: R|kotlin/Int| = Int(2) [ResolvedTo(RAW_FIR)] lval <index_0>: R|kotlin/Int| = Int(2)
@@ -39,4 +45,3 @@ FILE: [ResolvedTo(IMPORTS)] setOperatorScript.kts
} }
public [ResolvedTo(RAW_FIR)] get(): R|test/B| public [ResolvedTo(RAW_FIR)] get(): R|test/B|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,12 +7,16 @@ R|A|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] superTypeScript.kts FILE: [ResolvedTo(IMPORTS)] superTypeScript.kts
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| { public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| {
} }
public final [ResolvedTo(STATUS)] class C : R|A| { public final [ResolvedTo(STATUS)] class C : R|A| {
public [ResolvedTo(STATUS)] [ContainingClassKey=C] constructor(): R|C| { public [ResolvedTo(STATUS)] [ContainingClassKey=C] constructor(): R|C| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,10 +7,13 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] constructorParameterScript.kts FILE: [ResolvedTo(IMPORTS)] constructorParameterScript.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 final [ResolvedTo(STATUS)] class X : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] resolveMe: R|kotlin/Int| = Int(5)): R|X| { public [ResolvedTo(STATUS)] [ContainingClassKey=X] constructor([ResolvedTo(STATUS)] resolveMe: R|kotlin/Int| = Int(5)): R|X| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] constructorPropertyScript.kts FILE: [ResolvedTo(IMPORTS)] constructorPropertyScript.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 Abc : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Abc : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Abc.i] i: R|kotlin/Int| = Int(4)): R|Abc| { public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] constructor([ResolvedTo(STATUS)] [CorrespondingProperty=/Abc.i] i: R|kotlin/Int| = Int(4)): R|Abc| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -16,4 +20,3 @@ FILE: [ResolvedTo(IMPORTS)] constructorPropertyScript.kts
public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] get(): R|kotlin/Int| public [ResolvedTo(STATUS)] [ContainingClassKey=Abc] get(): R|kotlin/Int|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,8 +7,12 @@ public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] destructionWithNoRValueScript.kts FILE: [ResolvedTo(IMPORTS)] destructionWithNoRValueScript.kts
[ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableMarkerKey=true] lval <destruct>: <ERROR TYPE REF: Initializer required for destructuring declaration> = ERROR_EXPR(Initializer required for destructuring declaration)public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val o: <ERROR TYPE REF: Unresolved name: component1> = R|<local>/<destruct>|.<Unresolved name: component1>#() context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
SCRIPT: [ResolvedTo(BODY_RESOLVE)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
[ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableMarkerKey=true] lval <destruct>: <ERROR TYPE REF: Initializer required for destructuring declaration> = ERROR_EXPR(Initializer required for destructuring declaration)
public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val o: <ERROR TYPE REF: Unresolved name: component1> = R|<local>/<destruct>|.<Unresolved name: component1>#()
public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val r: <ERROR TYPE REF: Unresolved name: component2> = R|<local>/<destruct>|.<Unresolved name: component2>#() public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val r: <ERROR TYPE REF: Unresolved name: component2> = R|<local>/<destruct>|.<Unresolved name: component2>#()
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,9 +7,12 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] destructuringEntryScript.kts FILE: [ResolvedTo(IMPORTS)] destructuringEntryScript.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(RAW_FIR)] fun main(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun main(): R|kotlin/Unit| {
[ResolvedTo(RAW_FIR)] lval <destruct>: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = Int(1).R|kotlin/to|<R|kotlin/Int|, R|kotlin/Int|>(Int(2)) [ResolvedTo(RAW_FIR)] lval <destruct>: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = Int(1).R|kotlin/to|<R|kotlin/Int|, R|kotlin/Int|>(Int(2))
[ResolvedTo(RAW_FIR)] lval a: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component1: R|kotlin/Int|>|() [ResolvedTo(RAW_FIR)] lval a: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component1: R|kotlin/Int|>|()
[ResolvedTo(RAW_FIR)] lval b: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component2: R|kotlin/Int|>|() [ResolvedTo(RAW_FIR)] lval b: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component2: R|kotlin/Int|>|()
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,16 +7,23 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] destructuringScript.kts FILE: [ResolvedTo(IMPORTS)] destructuringScript.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(RAW_FIR)] var a: R|kotlin/Int| = Int(-1) public final [ResolvedTo(RAW_FIR)] var a: R|kotlin/Int| = Int(-1)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit|
public final [ResolvedTo(RAW_FIR)] var b: R|kotlin/Int| = Int(0) public final [ResolvedTo(RAW_FIR)] var b: R|kotlin/Int| = Int(0)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit| public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/Int|): R|kotlin/Unit|
public final [ResolvedTo(RAW_FIR)] val pair: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = R|kotlin/Pair.Pair|<R|kotlin/Int|, R|kotlin/Int|>(R|/a|, R|/b|) public final [ResolvedTo(RAW_FIR)] val pair: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = R|kotlin/Pair.Pair|<R|kotlin/Int|, R|kotlin/Int|>(R|/a|, R|/b|)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Pair<kotlin/Int, kotlin/Int>| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Pair<kotlin/Int, kotlin/Int>|
[ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableMarkerKey=true] lval <destruct>: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = R|/pair|public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val first: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component1: R|kotlin/Int|>|()
[ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableMarkerKey=true] lval <destruct>: R|kotlin/Pair<kotlin/Int, kotlin/Int>| = R|/pair|
public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val first: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component1: R|kotlin/Int|>|()
public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val last: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component2: R|kotlin/Int|>|() public final [ResolvedTo(RAW_FIR)] [DestructuringDeclarationContainerVariableKey=<local>/<destruct>] val last: R|kotlin/Int| = R|<local>/<destruct>|.R|SubstitutionOverride<kotlin/Pair.component2: R|kotlin/Int|>|()
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -12,6 +12,10 @@ object : R|kotlin/Any| {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.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(RAW_FIR)] fun test(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun test(): R|kotlin/Unit| {
object : R|kotlin/Any| { object : R|kotlin/Any| {
private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| { private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| {
@@ -21,4 +25,3 @@ FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -12,6 +12,10 @@ object : R|kotlin/Any| {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] objectLiteralScript.kts FILE: [ResolvedTo(IMPORTS)] objectLiteralScript.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(RAW_FIR)] fun test(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun test(): R|kotlin/Unit| {
object : R|kotlin/Any| { object : R|kotlin/Any| {
private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| { private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| {
@@ -21,4 +25,3 @@ FILE: [ResolvedTo(IMPORTS)] objectLiteralScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -10,6 +10,10 @@ R|kotlin/lazy|<R|kotlin/Int|>(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunc
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] propertyDelegateScript.kts FILE: [ResolvedTo(IMPORTS)] propertyDelegateScript.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(RAW_FIR)] val x: R|kotlin/Int|by R|kotlin/lazy|<R|kotlin/Int|>(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=kotlin/Function0<T>] lazy@fun <anonymous>(): R|kotlin/Int| <inline=NoInline> { public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int|by R|kotlin/lazy|<R|kotlin/Int|>(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=kotlin/Function0<T>] lazy@fun <anonymous>(): R|kotlin/Int| <inline=NoInline> {
^ Int(1) ^ Int(1)
} }
@@ -17,4 +21,3 @@ FILE: [ResolvedTo(IMPORTS)] propertyDelegateScript.kts
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| { public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| {
^ D|/x|.R|kotlin/getValue|<R|kotlin/Int|>(Null(null), ::R|/x|) ^ D|/x|.R|kotlin/getValue|<R|kotlin/Int|>(Null(null), ::R|/x|)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] whereClause1Script.kts FILE: [ResolvedTo(IMPORTS)] whereClause1Script.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(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] From : R|To|, [ResolvedTo(RAW_FIR)] To : R|kotlin/Any|> copyNotNull([ResolvedTo(RAW_FIR)] from: R|kotlin/collections/List<From>|, [ResolvedTo(RAW_FIR)] to: R|kotlin/collections/List<To>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] From : R|To|, [ResolvedTo(RAW_FIR)] To : R|kotlin/Any|> copyNotNull([ResolvedTo(RAW_FIR)] from: R|kotlin/collections/List<From>|, [ResolvedTo(RAW_FIR)] to: R|kotlin/collections/List<To>|): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] whereClause2Script.kts FILE: [ResolvedTo(IMPORTS)] whereClause2Script.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(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] From : R|To|, [ResolvedTo(RAW_FIR)] To : R|kotlin/Any|> copyNotNull([ResolvedTo(RAW_FIR)] from: R|kotlin/collections/List<From>|, [ResolvedTo(RAW_FIR)] to: R|kotlin/collections/List<To>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] From : R|To|, [ResolvedTo(RAW_FIR)] To : R|kotlin/Any|> copyNotNull([ResolvedTo(RAW_FIR)] from: R|kotlin/collections/List<From>|, [ResolvedTo(RAW_FIR)] to: R|kotlin/collections/List<To>|): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,7 +7,10 @@ R|<local>/x|.R|SubstitutionOverride<kotlin/collections/List.get: R|kotlin/Int|>|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] arrayAccessExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] arrayAccessExpressionScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/collections/List<kotlin/Int>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/collections/List<kotlin/Int>|): R|kotlin/Unit| {
[ResolvedTo(RAW_FIR)] lval a: R|kotlin/Int| = R|<local>/x|.R|SubstitutionOverride<kotlin/collections/List.get: R|kotlin/Int|>|(Int(1)) [ResolvedTo(RAW_FIR)] lval a: R|kotlin/Int| = R|<local>/x|.R|SubstitutionOverride<kotlin/collections/List.get: R|kotlin/Int|>|(Int(1))
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ Int(0)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] arrayIndexExpressionWithIncScript.kts FILE: [ResolvedTo(IMPORTS)] arrayIndexExpressionWithIncScript.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(RAW_FIR)] fun main([ResolvedTo(RAW_FIR)] args: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun main([ResolvedTo(RAW_FIR)] args: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| {
[ResolvedTo(RAW_FIR)] lval a: R|java/util/ArrayList<kotlin/String>| = R|java/util/ArrayList.ArrayList|<R|kotlin/String|>() [ResolvedTo(RAW_FIR)] lval a: R|java/util/ArrayList<kotlin/String>| = R|java/util/ArrayList.ArrayList|<R|kotlin/String|>()
R|<local>/a|.R|SubstitutionOverride<java/util/ArrayList.add: R|kotlin/Boolean|>|(String()) R|<local>/a|.R|SubstitutionOverride<java/util/ArrayList.add: R|kotlin/Boolean|>|(String())
@@ -16,4 +20,3 @@ FILE: [ResolvedTo(IMPORTS)] arrayIndexExpressionWithIncScript.kts
R|<local>/<array>|.R|SubstitutionOverride<java/util/ArrayList.set: R|@EnhancedNullability kotlin/String|>|(R|<local>/<index_0>|, R|<local>/<unary>|.<Unresolved name: inc>#()) R|<local>/<array>|.R|SubstitutionOverride<java/util/ArrayList.set: R|@EnhancedNullability kotlin/String|>|(R|<local>/<index_0>|, R|<local>/<unary>|.<Unresolved name: inc>#())
R|<local>/<unary>| R|<local>/<unary>|
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ String()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] assignment.kts FILE: [ResolvedTo(IMPORTS)] assignment.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 Builder : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Builder : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| { public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -21,9 +25,11 @@ FILE: [ResolvedTo(IMPORTS)] assignment.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| { public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| {
^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|) ^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|)
} }
R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(123) this@R|special/anonymous|.R|/Builder.version| = String(123)
local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| { local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| {
@@ -38,9 +44,12 @@ FILE: [ResolvedTo(IMPORTS)] assignment.kts
this@R|special/anonymous|.R|/Builder.execute|() this@R|special/anonymous|.R|/Builder.execute|()
} }
)public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { )
public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(321) this@R|special/anonymous|.R|/Builder.version| = String(321)
} }
) )
public [ResolvedTo(RAW_FIR)] get(): R|Builder| public [ResolvedTo(RAW_FIR)] get(): R|Builder|
R|/builder|.R|/Builder.execute|()R|/builder|.R|/Builder.version| = String()[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
R|/builder|.R|/Builder.execute|()
R|/builder|.R|/Builder.version| = String()
@@ -7,6 +7,9 @@ R|kotlin/Int.plus|
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] binaryExpressionOperatorScript.kts FILE: [ResolvedTo(IMPORTS)] binaryExpressionOperatorScript.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(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(1)) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(1))
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ Int(1).R|kotlin/Int.plus|(Int(1))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] binaryExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] binaryExpressionScript.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(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(1)) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(1))
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -8,6 +8,9 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] blockExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] blockExpressionScript.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(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ Boolean(true)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] boolLiteralScript.kts FILE: [ResolvedTo(IMPORTS)] boolLiteralScript.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(RAW_FIR)] val x: R|kotlin/Boolean| = Boolean(true) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Boolean| = Boolean(true)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Boolean| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Boolean|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ R|/Builder.Builder|()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] callInsideFunction.kts FILE: [ResolvedTo(IMPORTS)] callInsideFunction.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 Builder : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Builder : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| { public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -21,9 +25,11 @@ FILE: [ResolvedTo(IMPORTS)] callInsideFunction.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| { public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| {
^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|) ^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|)
} }
R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(123) this@R|special/anonymous|.R|/Builder.version| = String(123)
local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| { local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| {
@@ -38,9 +44,12 @@ FILE: [ResolvedTo(IMPORTS)] callInsideFunction.kts
this@R|special/anonymous|.R|/Builder.execute|() this@R|special/anonymous|.R|/Builder.execute|()
} }
)public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { )
public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(321) this@R|special/anonymous|.R|/Builder.version| = String(321)
} }
) )
public [ResolvedTo(RAW_FIR)] get(): R|Builder| public [ResolvedTo(RAW_FIR)] get(): R|Builder|
R|/builder|.R|/Builder.execute|()R|/builder|.R|/Builder.version| = String()[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
R|/builder|.R|/Builder.execute|()
R|/builder|.R|/Builder.version| = String()
@@ -7,6 +7,10 @@ this@R|special/anonymous|.R|/Builder.execute|()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] callInsideStatement.kts FILE: [ResolvedTo(IMPORTS)] callInsideStatement.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 Builder : R|kotlin/Any| { public final [ResolvedTo(STATUS)] class Builder : R|kotlin/Any| {
public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| { public [ResolvedTo(STATUS)] [ContainingClassKey=Builder] constructor(): R|Builder| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -21,9 +25,11 @@ FILE: [ResolvedTo(IMPORTS)] callInsideStatement.kts
} }
} }
public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| { public final [ResolvedTo(RAW_FIR)] fun build([ResolvedTo(RAW_FIR)] action: R|Builder.() -> kotlin/Unit|): R|Builder| {
^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|) ^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|)
} }
R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(123) this@R|special/anonymous|.R|/Builder.version| = String(123)
local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| { local final [ResolvedTo(RAW_FIR)] class A : R|kotlin/Any| {
@@ -38,9 +44,12 @@ FILE: [ResolvedTo(IMPORTS)] callInsideStatement.kts
this@R|special/anonymous|.R|/Builder.execute|() this@R|special/anonymous|.R|/Builder.execute|()
} }
)public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { )
public final [ResolvedTo(RAW_FIR)] val builder: R|Builder| = R|/build|(<L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=@ExtensionFunctionType kotlin/Function1<Builder, kotlin/Unit>] build@fun R|Builder|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> {
this@R|special/anonymous|.R|/Builder.version| = String(321) this@R|special/anonymous|.R|/Builder.version| = String(321)
} }
) )
public [ResolvedTo(RAW_FIR)] get(): R|Builder| public [ResolvedTo(RAW_FIR)] get(): R|Builder|
R|/builder|.R|/Builder.execute|()R|/builder|.R|/Builder.version| = String()[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
R|/builder|.R|/Builder.execute|()
R|/builder|.R|/Builder.version| = String()
@@ -7,6 +7,10 @@ Int(0).R|kotlin/Int.rangeTo|(Int(1))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] forExpressionRangeScript.kts FILE: [ResolvedTo(IMPORTS)] forExpressionRangeScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
{ {
[ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|() [ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|()
@@ -20,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] forExpressionRangeScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -12,6 +12,10 @@ while(R|<local>/<iterator>|.R|SubstitutionOverride<kotlin/collections/IntIterato
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] forExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] forExpressionScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
{ {
[ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|() [ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|()
@@ -25,4 +29,3 @@ FILE: [ResolvedTo(IMPORTS)] forExpressionScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] forExpressionVariableScript.kts FILE: [ResolvedTo(IMPORTS)] forExpressionVariableScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
{ {
[ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|() [ResolvedTo(RAW_FIR)] lval <iterator>: R|kotlin/collections/IntIterator| = Int(0).R|kotlin/Int.rangeTo|(Int(1)).R|kotlin/ranges/IntProgression.iterator|()
@@ -20,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] forExpressionVariableScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -14,6 +14,10 @@ when () {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] ifExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] ifExpressionScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/String| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/String| {
^foo when () { ^foo when () {
(R|<local>/x| is R|kotlin/String|) -> { (R|<local>/x| is R|kotlin/String|) -> {
@@ -25,4 +29,3 @@ FILE: [ResolvedTo(IMPORTS)] ifExpressionScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,10 @@ R|<local>/nextUnnamedLibraryIndex| = R|<local>/<unary>|.R|kotlin/Int.inc|()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] incExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] incExpressionScript.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(RAW_FIR)] fun main([ResolvedTo(RAW_FIR)] args: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun main([ResolvedTo(RAW_FIR)] args: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| {
[ResolvedTo(RAW_FIR)] lvar nextUnnamedLibraryIndex: R|kotlin/Int| = Int(1) [ResolvedTo(RAW_FIR)] lvar nextUnnamedLibraryIndex: R|kotlin/Int| = Int(1)
[ResolvedTo(RAW_FIR)] lval originalName: R|kotlin/String| = <strcat>( { [ResolvedTo(RAW_FIR)] lval originalName: R|kotlin/String| = <strcat>( {
@@ -16,4 +20,3 @@ FILE: [ResolvedTo(IMPORTS)] incExpressionScript.kts
} }
) )
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,10 +7,13 @@ R|kotlin/collections/mutableListOf|<R|kotlin/String|>()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] insidePlusAssignTargetScript.kts FILE: [ResolvedTo(IMPORTS)] insidePlusAssignTargetScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/collections/MutableMap<kotlin/Int, kotlin/collections/MutableList<kotlin/String>>|): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/collections/MutableMap<kotlin/Int, kotlin/collections/MutableList<kotlin/String>>|): R|kotlin/Unit| {
R|<local>/x|.R|kotlin/collections/getOrPut|<R|kotlin/Int|, R|kotlin/collections/MutableList<kotlin/String>|>(Int(1), <L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=kotlin/Function0<V>] getOrPut@fun <anonymous>(): R|kotlin/collections/MutableList<kotlin/String>| <inline=Inline, kind=UNKNOWN> { R|<local>/x|.R|kotlin/collections/getOrPut|<R|kotlin/Int|, R|kotlin/collections/MutableList<kotlin/String>|>(Int(1), <L> = [ResolvedTo(RAW_FIR)] [MatchingParameterFunctionTypeKey=kotlin/Function0<V>] getOrPut@fun <anonymous>(): R|kotlin/collections/MutableList<kotlin/String>| <inline=Inline, kind=UNKNOWN> {
^ R|kotlin/collections/mutableListOf|<R|kotlin/String|>() ^ R|kotlin/collections/mutableListOf|<R|kotlin/String|>()
} }
).R|kotlin/collections/plusAssign|<R|kotlin/String|>(String(str)) ).R|kotlin/collections/plusAssign|<R|kotlin/String|>(String(str))
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ Int(1)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] intLiteralScript.kts FILE: [ResolvedTo(IMPORTS)] intLiteralScript.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(RAW_FIR)] val x: R|kotlin/Int| = Int(1) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,7 +7,10 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] isExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] isExpressionScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/Boolean| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/Boolean| {
^foo (R|<local>/x| is R|kotlin/String|) ^foo (R|<local>/x| is R|kotlin/String|)
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -12,6 +12,10 @@ object : R|kotlin/Any| {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.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(RAW_FIR)] val x: R|kotlin/Any| = object : R|kotlin/Any| { public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Any| = object : R|kotlin/Any| {
private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| { private [ResolvedTo(RAW_FIR)] [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| {
super<R|kotlin/Any|>() super<R|kotlin/Any|>()
@@ -20,4 +24,3 @@ FILE: [ResolvedTo(IMPORTS)] objectLiteralExpressionScript.kts
} }
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Any| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Any|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ Int(1).R|kotlin/Int.plus|(Int(2))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] parenthesizedExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] parenthesizedExpressionScript.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(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(2)) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1).R|kotlin/Int.plus|(Int(2))
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ String(string)
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] stringLiteralScript.kts FILE: [ResolvedTo(IMPORTS)] stringLiteralScript.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(RAW_FIR)] val x: R|kotlin/String| = String(string) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/String| = String(string)
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ Int(1).R|kotlin/Int.plus|(Int(2))
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] stringTemplateExpressionEntryScript.kts FILE: [ResolvedTo(IMPORTS)] stringTemplateExpressionEntryScript.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(RAW_FIR)] val x: R|kotlin/String| = <strcat>(String(string ), Int(1).R|kotlin/Int.plus|(Int(2)), String( template)) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/String| = <strcat>(String(string ), Int(1).R|kotlin/Int.plus|(Int(2)), String( template))
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,7 +7,10 @@ throw R|java/lang/IllegalStateException.IllegalStateException|()
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] throwExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] throwExpressionScript.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(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
throw R|java/lang/IllegalStateException.IllegalStateException|() throw R|java/lang/IllegalStateException.IllegalStateException|()
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -13,6 +13,10 @@ finally {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] tryExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] tryExpressionScript.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(RAW_FIR)] fun x(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
try { try {
Int(1) Int(1)
@@ -23,4 +27,3 @@ FILE: [ResolvedTo(IMPORTS)] tryExpressionScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -14,6 +14,10 @@ when (R|<local>/x|) {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] whenExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] whenExpressionScript.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(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/String| { public final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: R|kotlin/Any|): R|kotlin/String| {
^foo when (R|<local>/x|) { ^foo when (R|<local>/x|) {
($subj$ is R|kotlin/String|) -> { ($subj$ is R|kotlin/String|) -> {
@@ -25,4 +29,3 @@ FILE: [ResolvedTo(IMPORTS)] whenExpressionScript.kts
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -8,9 +8,12 @@ while(Boolean(true)) {
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] whileExpressionScript.kts FILE: [ResolvedTo(IMPORTS)] whileExpressionScript.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(RAW_FIR)] fun foo(): R|kotlin/Unit| { public final [ResolvedTo(RAW_FIR)] fun foo(): R|kotlin/Unit| {
while(Boolean(true)) { while(Boolean(true)) {
} }
} }
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,6 +7,9 @@ FIR element rendered:
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] wholeStringTemplateScript.kts FILE: [ResolvedTo(IMPORTS)] wholeStringTemplateScript.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(RAW_FIR)] val x: R|kotlin/String| = <strcat>(String(string ), Int(1).R|kotlin/Int.plus|(Int(2)), String( template)) public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/String| = <strcat>(String(string ), Int(1).R|kotlin/Int.plus|(Int(2)), String( template))
public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String| public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String|
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
@@ -7,4 +7,6 @@ import a.b.c
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] firstImportNamePartScript.kts FILE: [ResolvedTo(IMPORTS)] firstImportNamePartScript.kts
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@@ -7,4 +7,6 @@ null
FIR FILE: FIR FILE:
FILE: [ResolvedTo(RAW_FIR)] importListScript.kts FILE: [ResolvedTo(RAW_FIR)] importListScript.kts
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@@ -7,4 +7,6 @@ import a.b.c
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] middleImportNamePartScript.kts FILE: [ResolvedTo(IMPORTS)] middleImportNamePartScript.kts
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@@ -7,4 +7,6 @@ import a.b.c
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] qualifiedImportNamePartScript.kts FILE: [ResolvedTo(IMPORTS)] qualifiedImportNamePartScript.kts
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
@@ -7,4 +7,6 @@ import a.b.c
FIR FILE: FIR FILE:
FILE: [ResolvedTo(IMPORTS)] wholeImportDirectiveScript.kts FILE: [ResolvedTo(IMPORTS)] wholeImportDirectiveScript.kts
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
SCRIPT: [ResolvedTo(RAW_FIR)]
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|

Some files were not shown because too many files have changed in this diff Show More