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

8 lines
74 B
Kotlin
Vendored

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