Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/ParenthesizedVariable.kt
T
2015-04-29 14:03:11 +03:00

3 lines
72 B
Kotlin
Vendored

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