Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
NonAnnotationClass.kt
blob: 0ee54ec746f7fcf441da5af0164d1c406821057a [
file
]
class
Foo
<!
NOT_AN_ANNOTATION_CLASS
!>
@Foo
<!>
class
Bar