b9ae22207e
For tests failed after light tree changes
9 lines
272 B
Kotlin
Vendored
9 lines
272 B
Kotlin
Vendored
fun foo() {
|
|
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation class Ann<!>
|
|
|
|
@Ann class Local {
|
|
// There should also be NESTED_CLASS_NOT_ALLOWED report here.
|
|
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation <!NESTED_CLASS_NOT_ALLOWED!>class Nested<!><!>
|
|
}
|
|
}
|