报告与此类的属性不对应的默认类构造函数调用的命名实参。

示例:


  class Person {
      def name
      def age
  }

  // 'firstName' 属性不存在
  new Person(firstName: "John")