Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
ComplexScript.kts
blob: 7ee98cd700c6b8dc2cc12c00584a4ddd2a6314f7 [
file
]
// FIR_IDENTICAL
// DUMP_CFG: LEVELS
// !DIAGNOSICS: +UNUSED_PARAMETER
fun foo
(
x
:
Int
)
=
1
val y
=
2
foo
(
y
)