Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
localClasses
/
localAnnotationClass.fir.kt
blob: c7df7821695ad35eaa5a763de14a098f1cd48695 [
file
]
// LANGUAGE: -ProhibitLocalAnnotations
fun f
()
{
<!
LOCAL_ANNOTATION_CLASS_ERROR
!>
annotation
class
Anno
<!>
@Anno
class
Local
{
<!
LOCAL_ANNOTATION_CLASS_ERROR
!>
annotation
<!
NESTED_CLASS_NOT_ALLOWED
!>
class
Nested
<!><!>
}
}