12 lines
176 B
Plaintext
Vendored
12 lines
176 B
Plaintext
Vendored
package test;
|
|
|
|
|
|
|
|
class C {
|
|
void foo() {
|
|
Utils.foo1(Utils.staticField);
|
|
Utils.staticField += Utils.foo2();
|
|
PureUtils.foo1(PureUtils.foo2());
|
|
}
|
|
}
|