non-array-appendnon-array-append当编译器检测到一个元素被附加到一个非数组变量时引发: public function some(){ var b = false; let b[] = "some value";}