47448d779c
also add script scopes test
9 lines
91 B
Kotlin
Vendored
9 lines
91 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// !DIAGNOSICS: +UNUSED_PARAMETER
|
|
|
|
fun foo(x: Int) = 1
|
|
|
|
val y = 2
|
|
|
|
foo(y)
|