Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
javaUsageAsField.2.java.after
blob: ddca1f17f666f9101f7b2127ccc8c09b3e76562e [
file
] [
log
] [
blame
]
import
static
test
.
O
.
foo
;
class
J
{
void
test
()
{
int
m
=
getFoo
();
}
}