f972c8d239
^KT-65344
30 lines
831 B
Plaintext
Vendored
30 lines
831 B
Plaintext
Vendored
KT element: KtScriptInitializer
|
|
FIR element: FirAnonymousInitializerImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
[ResolvedTo(BODY_RESOLVE)] init {
|
|
R|/bar|()
|
|
}
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] secondStatement.kts
|
|
context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
|
|
SCRIPT: [ResolvedTo(BODY_RESOLVE)] <script-secondStatement.kts>
|
|
[ResolvedTo(BODY_RESOLVE)] lval args: R|kotlin/Array<kotlin/String>|
|
|
|
|
public final [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] fun foo(): R|kotlin/Int| {
|
|
^foo Int(4)
|
|
}
|
|
|
|
[ResolvedTo(BODY_RESOLVE)] init {
|
|
R|/foo|()
|
|
}
|
|
|
|
[ResolvedTo(BODY_RESOLVE)] init {
|
|
R|/bar|()
|
|
}
|
|
|
|
public final [ResolvedTo(CONTRACTS)] fun bar(): R|kotlin/Unit| {
|
|
}
|