이 클래스의 프로퍼티에 대응하지 않는 디폴트 클래스 생성자 호출의 명명된 인수를 보고합니다.
예:
class Person { def name def age } // 'firstName' 프로퍼티가 없습니다 new Person(firstName: "John")