Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
quickfix
/
migration
/
deprecatedObjectInstanceField
/
basic.after.java
blob: b7869a5646805ea8c5cccc901c18c322ec1e09c9 [
file
]
// "Replace with reference to 'INSTANCE' field" "true"
import
a
.
A
;
class
B
{
void
bar
()
{
A
.
INSTANCE
.
getName
();
}
}