Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
ComplexScript.kts
blob: 7fb67bcd37ac4e178298b6847c79915163098f0f [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// DUMP_CFG: LEVELS
// DIAGNOSTICS: -UNUSED_PARAMETER
fun foo
(
x
:
Int
)
=
1
val y
=
2
foo
(
y
)
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, localProperty, propertyDeclaration */