Skip to content

Commit

Permalink
spec #865
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Jan 28, 2015
1 parent ebf091b commit 33f07b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/modules/typesystem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2695,6 +2695,11 @@ value consumer = Consumer(delegate1, delegate2);]]></programlisting>
<literal>Comparable</literal> and <literal>Numeric</literal>) or in which
another type parameter appears?</para></comment>

<para>An inferred type argument never involves an anonymous class, as defined
in <xref linkend="anonymousclasses"/>. When an inferred type would involve an
anonymous class type, the anonymous class is replaced by the intersection
of the class type it extends with all interface types it satisfies.</para>

</section>

</section>
Expand Down

0 comments on commit 33f07b2

Please sign in to comment.