Files
kotlin-fork/compiler/testData/diagnostics/tests/script/ComplexScript.kts
T

8 lines
97 B
Kotlin
Vendored

// !DIAGNOSICS: +UNUSED_PARAMETER
fun foo(<!UNUSED_PARAMETER!>x<!>: Int) = 1
val y = 2
foo(y)