blob: b07f8071c734e9f8e6ba13756f8e6d77b2bdd637 [file]
package test;
class C {
void foo() {
Utils.INSTANCE.foo1(Utils.INSTANCE.getStaticField());
Utils.INSTANCE.setStaticField(Utils.INSTANCE.getStaticField() + Utils.INSTANCE.foo2());
PureUtils.INSTANCE.foo1(PureUtils.INSTANCE.foo2())
}
}