df680305ba
Render lowercase words separated by spaces instead of CamelCase in the diagnostic message
8 lines
154 B
Kotlin
Vendored
8 lines
154 B
Kotlin
Vendored
// !DIAGNOSTICS_NUMBER: 1
|
|
// !DIAGNOSTICS: UNSUPPORTED_FEATURE
|
|
// LANGUAGE_VERSION: 1.0
|
|
|
|
fun test() {
|
|
mapOf("1" to "2").forEach { (key, value) -> }
|
|
}
|