Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/ParenthesizedVariable.fir.kt
T
2023-09-01 09:30:28 +03:00

3 lines
61 B
Kotlin
Vendored

fun test() {
(d@ <!EXPRESSION_EXPECTED!>val bar = 2<!>)
}