@TupleConstructor@MapConstructorincludes および excludes アノテーションの属性値にある未解決の識別子を報告します。

例:


  // 未解決の 'c'
  @TupleConstructor(includes = ['a', 'b', 'c'])
  class X {
      def a
      def b
  }