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