Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Mar 13, 2013
1 parent 82ed185 commit 085b311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/modules/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@ shared interface Color { ... }</programlisting>
<comment><para>TODO: properly define how expressions with no type occurring in a
<literal>dynamic</literal> block affect type inference for enumeration expressions.</para></comment>

<comment><para>TODO: the compiler currently supports instantiation of a "dynamic"
object, that is, an object with no runtime type, using the syntax
<literal>value { x=1.0; y=2.0; }</literal>. Bless this here.</para></comment>

</section>

<section id="positionalarguments">
Expand Down

0 comments on commit 085b311

Please sign in to comment.