Files
kotlin-fork/compiler/testData/diagnostics/tests/script/ComplexScript.kts
T
Dmitrii Gridin a1ee07603a [FIR] add cfg dump to script test
^KT-62834
2023-10-24 10:30:55 +00:00

11 lines
126 B
Kotlin
Vendored

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