${test.test1()} ${test.test2()} ${test.test3("hi")} ${test.getAge(1)} ${test.getMax(1,2)} ${test.getMax(1,2,3)} ${test.parseInt("1")} ${test.parseInt(1.1)} ${test.format("hello",1,"hi")} ${test.format("hello")}