Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
javadocIG
/
initializerWithReference.java
blob: 39a7384fdbb118402f876698541cde765fee487c [
file
]
class
Test
{
public
int
field
=
anotherField
;
public
static
int
anotherField
=
1
;
}