Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
nestedAnnotationClass.kt
blob: 32d1c1e4ca9f2bf0f8aba21efaf6aa9a0ddb8d59 [
file
]
// "Add 'inner' modifier" "false"
// ERROR: Annotation class is not allowed here
class
A
()
{
inner
class
B
()
{
annotation
class
<caret>
C
}
}