Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/ParenthesizedVariable.fir.kt
T
2021-10-27 12:26:59 +03:00

3 lines
35 B
Kotlin
Vendored

fun test() {
(d@ val bar = 2)
}