Files
kotlin-fork/compiler/testData/diagnostics/tests/declarationChecks/kt47245.kt
T
Alejandro Serrano Mena f227447837 [K2] Disallow named functions as expressions
^KT-62573 Fixed
^KT-59945 Fixed
2023-10-25 13:24:30 +00:00

6 lines
87 B
Kotlin
Vendored

// !COMPILER_VERSION 2.0
// SKIP_KT_DUMP
fun test() {
for (i in 0..0) fun x() {}
}