Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
/
dot
/
Dot3.java
blob: 08b67b6c297d014e9615bc9decfe89d0f8b14cfc [
file
]
class
Dot3
{
class
A
{
int
a
=
0
;
int
foo
(){
}
}
static
{
Object
a
=
new
A
(){
static
int
foo
(){
int
c
=
super
.<
caret
>
}
};
}
}