Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
localClasses
/
localAnnotationClass.kt
blob: a325fe8fde8ff6d1e3472aad65c664fd745cb3fd [
file
]
// !LANGUAGE: -ProhibitLocalAnnotations
fun f
()
{
<!
LOCAL_ANNOTATION_CLASS_WARNING
!>
annotation
class
Anno
<!>
@Anno
class
Local
{
<!
LOCAL_ANNOTATION_CLASS_WARNING
!>
annotation
<!
NESTED_CLASS_NOT_ALLOWED
!>
class
Nested
<!><!>
}
}