class StoreSomethingPar { A something; A get() { return something; } void set(A some) { something = some; } }