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