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

10 lines
111 B
Kotlin
Vendored

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