mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
ChangeToMethod ChangeToOperator ClashingGetters ClashingTraitMethods DelegatesTo GrAnnotationReferencingUnknownIdentifiers GitOrigin-RevId: fd1d8b8e6e6615f1ecc930b85eb77b5f20a7f28a
16 lines
362 B
HTML
16 lines
362 B
HTML
<html>
|
|
<body>
|
|
Reports unresolved identifiers in <code>@TupleConstructor</code> and <code>@MapConstructor</code>
|
|
<code>includes</code> and <code>excludes</code> annotation attribute values.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
// unresolved 'c'
|
|
@TupleConstructor(includes = ['a', 'b', 'c'])
|
|
class X {
|
|
def a
|
|
def b
|
|
}
|
|
</code></pre>
|
|
</body>
|
|
</html>
|