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