2b955bc6ec
Add checker tests for scripts
6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
fun foo(<!UNUSED_PARAMETER!>x<!>: Int) = 1
|
|
|
|
val y = 2
|
|
|
|
foo(y)
|