Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
WrongAnnotation.groovy
blob: 33493ec55802e058b65370483ab4e153f58d953d [
file
] [
log
] [
blame
]
class
Anno
{}
@<
error descr
=
"'Anno' is not an annotation"
>
Anno
</
error
>
def
foo
()
{
}