d13ac6b5a4
#KT-9697 In Progress
10 lines
140 B
Java
Vendored
10 lines
140 B
Java
Vendored
package test2;
|
|
|
|
import test.A;
|
|
|
|
class Test {
|
|
void foo() {
|
|
int x = A.Companion.getTest();
|
|
A.Companion.setTest(1);
|
|
}
|
|
} |