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

4 lines
103 B
Kotlin
Vendored

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