export default class SimpleObject { constructor(a = 8, b = 9) { this.a = a this.b = b } }