Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
ToObject
/
external
/
JavaFile.java
blob: 599ed97316fb7990d4dc9a7a044a8cedc7cad7a5 [
file
]
package
test
;
class
C
{
void
foo
()
{
Utils
.
foo1
(
Utils
.
staticField
);
Utils
.
staticField
+=
Utils
.
foo2
();
PureUtils
.
foo1
(
PureUtils
.
foo2
())
}
}