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