https://www.typescriptlang.org/docs/handbook/intro.html why this is undefined?
class Person { @readonly get name() { return `阿斯蒂芬` } } function readonly(t