Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
localClasses
/
localAnnotationClass.fir.kt
blob: 12c03ea7511e39350c0284a02e582a8e32ca51b9 [
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
<!><!>
}
}