class Test{ } const test: Test test = Test // wrong 当类作为类型的时候,他是其构造函数的类型 作为赋值的时候, 不仅包含构造函数,还包含了静态方法,所以不能赋值