Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/ParenthesizedVariable.fir.kt
T

3 lines
35 B
Kotlin
Vendored

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