blob: 69fa62552ec2bc33c0a5a1d33426cfb676d7389a [file]
class ClassObject {
void foo() {
WithClassObject.Companion.getValue();
WithClassObject.Companion.getValue();
WithClassObject.Companion.foo();
WithClassObject.Companion.getValueWithGetter();
WithClassObject.Companion.getVariable();
WithClassObject.Companion.setVariable(0);
WithClassObject.Companion.getVariableWithAccessors();
WithClassObject.Companion.setVariableWithAccessors(0);
}
}