Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
ComplexScript.kts
blob: 209ea8a2fef3e19ef510ad3cb150a1fea601ab19 [
file
]
// FIR_IDENTICAL
// DUMP_CFG: LEVELS
// DIAGNOSTICS: -UNUSED_PARAMETER
fun foo
(
x
:
Int
)
=
1
val y
=
2
foo
(
y
)