Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
KT11952
/
Foo.java
blob: c04acb0b6406e5104dc9a53af9f9e3273f0694f4 [
file
]
import
test
.
Bar
;
public
class
Foo
{
public
static
void
foo
()
{
Object
o
=
Bar
.
SET
;
}
}