Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/DanglingWithBrackets.kt
T
Denis Zharkov 849b8acbf8 Replace annotations with brackets in testData
Just in tests that changed after deprecation
2015-05-07 22:36:16 +03:00

16 lines
208 B
Kotlin
Vendored

annotation class Ann
class C {
fun test() {
@Ann<!SYNTAX!><!>
}
fun foo() {
class Local {
@Ann<!SYNTAX!><!>
}
}
@Ann<!SYNTAX!><!>
}
@Ann<!SYNTAX!><!>