Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
localClasses
/
localAnnotationClass.kt
blob: e824b5c0cb82d1f35d9289b8dd27149ffefb7022 [
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
<!><!>
}
}