Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */