1afbb961ee
#KT-7135 Fixed
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
package test;
|
|
|
|
class C {
|
|
void foo() {
|
|
Utils.INSTANCE$.foo1(Utils.staticField);
|
|
Utils.staticField += Utils.INSTANCE$.foo2();
|
|
PureUtils.INSTANCE$.foo1(PureUtils.INSTANCE$.foo2())
|
|
}
|
|
}
|