Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
/
ClassObjectAccessibility.java
blob: de912bc9cd0523d0902555320539e9347b452b89 [
file
] [
log
] [
blame
]
@SomeAnnotation
(<
error descr
=
"'Foo.Bar' has private access in 'Foo'"
>
Foo
.
Bar
.
class
</
error
>)
public
class
Foo
{
private
static
class
Bar
{
}
}
@interface
SomeAnnotation
{
Class
value
();
}